aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-05 21:44:43 +0000
committerChong Yidong2008-08-05 21:44:43 +0000
commit141219794fd0fe97a8d23d37fb4fe89ebd5b2e00 (patch)
treeb1cda2f1c8dc47fa010c081bf0e75fef014c3423
parentf8a12fae315e95f326469e63268b60bd9a9ba738 (diff)
downloademacs-141219794fd0fe97a8d23d37fb4fe89ebd5b2e00.tar.gz
emacs-141219794fd0fe97a8d23d37fb4fe89ebd5b2e00.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 304cf4720df..3d14d263cab 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -327,12 +327,6 @@ add a final newline, whenever you save a file that really needs one."
327 :type 'boolean 327 :type 'boolean
328 :group 'auto-save) 328 :group 'auto-save)
329 329
330(defcustom auto-save-visited-file-name nil
331 "Non-nil says auto-save a buffer in the file it is visiting, when practical.
332Normally auto-save files are written under other names."
333 :type 'boolean
334 :group 'auto-save)
335
336(defcustom auto-save-file-name-transforms 330(defcustom auto-save-file-name-transforms
337 `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'" 331 `(("\\`/[^/]*:\\([^/]*/\\)*\\([^/]*\\)\\'"
338 ;; Don't put "\\2" inside expand-file-name, since it will be 332 ;; Don't put "\\2" inside expand-file-name, since it will be