aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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