From b082ffccfa90bc6ef9de60b61bdd6c448ec954eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 11 Nov 2001 01:53:50 +0000 Subject: (save-abbrevs): Default value is t. --- lisp/files.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/files.el') 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) -- cgit v1.2.1