mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(auto-save-visited-file-name): Move definition to fileio.c.
This commit is contained in:
parent
17d899aadb
commit
7e537871ff
1 changed files with 0 additions and 6 deletions
|
|
@ -329,12 +329,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue