emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 10 Nov 2001 20:53:50 -0500

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.535 emacs/lisp/files.el:1.536
--- emacs/lisp/files.el:1.535   Thu Nov  1 15:44:11 2001
+++ emacs/lisp/files.el Sat Nov 10 20:53:50 2001
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]