(auto-save-visited-file-name): Move definition to fileio.c.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 21:41:46 +0000 (21:41 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 21:41:46 +0000 (21:41 +0000)
lisp/files.el

index 6e2bcf4..dcfc168 100644 (file)
@@ -329,12 +329,6 @@ add a final newline, whenever you save a file that really needs one."
   :type 'boolean
   :group 'auto-save)
 
-(defcustom auto-save-visited-file-name nil
-  "Non-nil says auto-save a buffer in the file it is visiting, when practical.
-Normally auto-save files are written under other names."
-  :type 'boolean
-  :group 'auto-save)
-
 (defcustom auto-save-file-name-transforms
   `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'"
      ;; Don't put "\\2" inside expand-file-name, since it will be