# HG changeset patch # User Chong Yidong # Date 1217972683 0 # Node ID f971d5caa30931243726859c7bbb098365fed5ad # Parent 0122e7498e18e1220c5a6cfc1a5ed8e1784e4edd (auto-save-visited-file-name): Move definition to fileio.c. diff -r 0122e7498e18 -r f971d5caa309 lisp/files.el --- a/lisp/files.el Tue Aug 05 21:44:01 2008 +0000 +++ b/lisp/files.el Tue Aug 05 21:44:43 2008 +0000 @@ -327,12 +327,6 @@ :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