From: Richard M. Stallman Date: Sun, 30 Dec 2001 20:00:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b8c66fec815e707a148955f7cdd4c7dac517686;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 6946a8853c4..91038d68ebd 100644 --- 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6c8ec665f3..2e794ab632b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-12-30 Richard M. Stallman + + * textmodes/makeinfo.el (makeinfo-compilation-sentinel): + Display the output buffer in a more intelligent way. + 2001-12-30 Eli Zaretskii * ls-lisp.el (insert-directory): Modify the "total" line wording,