emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sun, 18 Nov 2001 01:48:18 -0500

Index: emacs/lisp/startup.el
diff -u emacs/lisp/startup.el:1.274 emacs/lisp/startup.el:1.275
--- emacs/lisp/startup.el:1.274 Fri Nov 16 19:08:20 2001
+++ emacs/lisp/startup.el       Sun Nov 18 01:48:18 2001
@@ -941,6 +941,10 @@
        (if (file-exists-p abbrev-file-name)
            (quietly-read-abbrev-file abbrev-file-name))
 
+       ;; If the abbrevs came entirely from the init file or the
+       ;; abbrevs file, they do not need saving.
+       (setq abbrevs-changed nil)
+
        ;; If we can tell that the init file altered debug-on-error,
        ;; arrange to preserve the value that it set up.
        (or (eq debug-on-error debug-on-error-initial)



reply via email to

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