From: Chong Yidong Date: Tue, 5 Aug 2008 21:44:43 +0000 (+0000) Subject: (auto-save-visited-file-name): Move definition to fileio.c. X-Git-Tag: emacs-pretest-22.2.90~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=141219794fd0fe97a8d23d37fb4fe89ebd5b2e00;p=emacs.git (auto-save-visited-file-name): Move definition to fileio.c. --- 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