]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6e2bcf4486ce302cfb85ad32626793cbbf6ecd95..dcfc168b4883b2644c35a180346b607c538673fb 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