emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/abbrev.el
diff -u emacs/lisp/abbrev.el:1.27 emacs/lisp/abbrev.el:1.28
--- emacs/lisp/abbrev.el:1.27   Mon Aug  6 06:12:17 2001
+++ emacs/lisp/abbrev.el        Sat Nov 10 20:49:05 2001
@@ -176,17 +176,17 @@
   "Read abbrev definitions from file written with `write-abbrev-file'.
 Optional argument FILE is the name of the file to read;
 it defaults to the value of `abbrev-file-name'.
-Optional second argument QUIETLY non-nil means don't print anything."
+Optional second argument QUIETLY non-nil means don't display a message."
   (interactive "fRead abbrev file: ")
   (load (if (and file (> (length file) 0)) file abbrev-file-name)
        nil quietly)
-  (setq save-abbrevs t abbrevs-changed nil))
+  (setq abbrevs-changed nil))
 
 (defun quietly-read-abbrev-file (&optional file)
   "Read abbrev definitions from file written with write-abbrev-file.
 Optional argument FILE is the name of the file to read;
 it defaults to the value of `abbrev-file-name'.
-Does not print anything."
+Does not display any message."
   ;(interactive "fRead abbrev file: ")
   (read-abbrev-file file t))
 



reply via email to

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