changeset 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 fe298eabbb27
children d277eddc41c4
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
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)