]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 20:00:23 +0000 (20:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 20:00:23 +0000 (20:00 +0000)
etc/NEWS
lisp/ChangeLog

index 6946a8853c48834643b9178c87366a6ab88532d8..91038d68ebd9c2d1ccdacbe71375a4def83703ec 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,6 +292,12 @@ Thus, point can go before an invisible, intangible region, but not
 after it.  This prevents C-f and C-b from appearing to stand still on
 the screen.
 
+** define-abbrev now accepts an optional argument SYSTEM-FLAG.  If
+non-nil, this marks the abbrev as a "system" abbrev, which means that
+it won't be stored in the user's abbrevs file if he saves the abbrevs.
+Major modes that predefine some abbrevs should always specify this
+flag.
+
 ** Support for Mocklisp has been removed.
 
 ** The function insert-string is now obsolete.
index b6c8ec665f378b4bbde9bb7f0fc937e02c0c35d0..2e794ab632b44025b6299f7aa4388c6461e50a5f 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/makeinfo.el (makeinfo-compilation-sentinel): 
+       Display the output buffer in a more intelligent way.
+
 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * ls-lisp.el (insert-directory): Modify the "total" line wording,