diff lisp/files.el @ 40907:f1ec73203c1a

(save-abbrevs): Default value is t.
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Nov 2001 01:53:50 +0000
parents 437141ea2a14
children 54db34b4f62c
line wrap: on
line diff
--- a/lisp/files.el	Sun Nov 11 01:53:31 2001 +0000
+++ b/lisp/files.el	Sun Nov 11 01:53:50 2001 +0000
@@ -302,9 +302,8 @@
   :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)