diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-11 01:53:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-11 01:53:50 +0000 |
commit | 88b36776448c40cdc4878e6f6d9b9af822fc6efc (patch) | |
tree | 538df351b4bc7da551777d337b825fb31369649d /lisp/files.el | |
parent | ac3186fd96de9332bbeb4c7bf1f7ac66de26752a (diff) | |
download | emacs-88b36776448c40cdc4878e6f6d9b9af822fc6efc.tar.gz |
(save-abbrevs): Default value is t.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index 846b1e43589..5369a597deb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -302,9 +302,8 @@ for editing a remote file." :type '(repeat (list (string :tag "Regexp") (string :tag "Replacement"))) :version "21.1") -(defcustom save-abbrevs nil - "*Non-nil means save word abbrevs too when files are saved. -Loading an abbrev file sets this to t." +(defcustom save-abbrevs t + "*Non-nil means save word abbrevs too when files are saved." :type 'boolean :group 'abbrev) |