]> code.delx.au - gnu-emacs/commitdiff
(save-abbrevs): Default value is t.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 01:53:50 +0000 (01:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 01:53:50 +0000 (01:53 +0000)
lisp/files.el

index 846b1e435899ad32089f554652a81c4a22072ed8..5369a597deb5b6be7a7acd078cd74c0dbb8c40c3 100644 (file)
@@ -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)