# HG changeset patch # User Richard M. Stallman # Date 1005443630 0 # Node ID f1ec73203c1a5f34ec97116fe00e638bd60428ce # Parent fe298eabbb27e277fbc82dc34af90277eb410355 (save-abbrevs): Default value is t. diff -r fe298eabbb27 -r f1ec73203c1a lisp/files.el --- 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)