summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-11-11 01:53:50 +0000
committerRichard M. Stallman <rms@gnu.org>2001-11-11 01:53:50 +0000
commitb082ffccfa90bc6ef9de60b61bdd6c448ec954eb (patch)
treeb84815bb2da73e50d786e40830485f93a425227b /lisp/files.el
parent65f19c74c15f2d0efc407ead91617d82303ae7b5 (diff)
downloademacs-b082ffccfa90bc6ef9de60b61bdd6c448ec954eb.tar.gz
(save-abbrevs): Default value is t.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el5
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)