diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 21:41:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 21:41:56 +0000 |
commit | 6ba7a6f0facbdac071edeaf5f368054e3c7049d1 (patch) | |
tree | ef12b6487384bf7afab1358c9b1b5db3e1a53e84 /lisp/cus-start.el | |
parent | 7e537871ff39d1a4b42e78fd7d5f6ba80d811e87 (diff) | |
download | emacs-6ba7a6f0facbdac071edeaf5f368054e3c7049d1.tar.gz |
Handle auto-save-visited-file-name.
Diffstat (limited to 'lisp/cus-start.el')
-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 bdd6840cf80..7786d349709 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -166,6 +166,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const :tag "always" t))) ;; fileio.c (delete-by-moving-to-trash auto-save boolean "23.1") + (auto-save-visited-file-name auto-save boolean) ;; fns.c (use-dialog-box menu boolean "21.1") (use-file-dialog menu boolean "22.1") |