From: Richard M. Stallman Date: Sun, 11 Nov 2001 01:53:50 +0000 (+0000) Subject: (save-abbrevs): Default value is t. X-Git-Tag: ttn-vms-21-2-B4~18679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88b36776448c40cdc4878e6f6d9b9af822fc6efc;p=emacs.git (save-abbrevs): Default value is t. --- 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)