diff options
| author | Chong Yidong | 2008-08-05 21:45:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-05 21:45:31 +0000 |
| commit | 7336ae360e5f8588f8f54fe1a9302eeeb19f93d0 (patch) | |
| tree | 45f701e2346bf7afe95401134c268a4acd6d3841 | |
| parent | 141219794fd0fe97a8d23d37fb4fe89ebd5b2e00 (diff) | |
| download | emacs-7336ae360e5f8588f8f54fe1a9302eeeb19f93d0.tar.gz emacs-7336ae360e5f8588f8f54fe1a9302eeeb19f93d0.zip | |
Handle auto-save-visited-file-name.
| -rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 8c95f9af65f..6bf4a1791ba 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -164,6 +164,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 164 | (const :tag "always" t))) | 164 | (const :tag "always" t))) |
| 165 | ;; fileio.c | 165 | ;; fileio.c |
| 166 | (insert-default-directory minibuffer boolean) | 166 | (insert-default-directory minibuffer boolean) |
| 167 | (auto-save-visited-file-name auto-save boolean) | ||
| 167 | (read-file-name-completion-ignore-case minibuffer boolean "22.1") | 168 | (read-file-name-completion-ignore-case minibuffer boolean "22.1") |
| 168 | ;; fns.c | 169 | ;; fns.c |
| 169 | (use-dialog-box menu boolean "21.1") | 170 | (use-dialog-box menu boolean "21.1") |