aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-05 21:41:46 +0000
committerChong Yidong2008-08-05 21:41:46 +0000
commit7e537871ff39d1a4b42e78fd7d5f6ba80d811e87 (patch)
tree8e1cc864fd58b1ccbb2a8ea18d9aa72ccbbaa9a3
parent17d899aadbc956677571e00bc97d5cdab30abc9e (diff)
downloademacs-7e537871ff39d1a4b42e78fd7d5f6ba80d811e87.tar.gz
emacs-7e537871ff39d1a4b42e78fd7d5f6ba80d811e87.zip
(auto-save-visited-file-name): Move definition to fileio.c.
-rw-r--r--lisp/files.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 6e2bcf4486c..dcfc168b488 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -329,12 +329,6 @@ add a final newline, whenever you save a file that really needs one."
329 :type 'boolean 329 :type 'boolean
330 :group 'auto-save) 330 :group 'auto-save)
331 331
332(defcustom auto-save-visited-file-name nil
333 "Non-nil says auto-save a buffer in the file it is visiting, when practical.
334Normally auto-save files are written under other names."
335 :type 'boolean
336 :group 'auto-save)
337
338(defcustom auto-save-file-name-transforms 332(defcustom auto-save-file-name-transforms
339 `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'" 333 `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'"
340 ;; Don't put "\\2" inside expand-file-name, since it will be 334 ;; Don't put "\\2" inside expand-file-name, since it will be