From 141219794fd0fe97a8d23d37fb4fe89ebd5b2e00 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Aug 2008 21:44:43 +0000 Subject: [PATCH] (auto-save-visited-file-name): Move definition to fileio.c. --- lisp/files.el | 6 ------ 1 file changed, 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." :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 -- 2.39.2