# HG changeset patch # User Richard M. Stallman # Date 1009742423 0 # Node ID 2c3aa5c554cabddf58ce5943ae4cb87df8416dc0 # Parent 21907e7569d1640945742b47f3d37a4b3adee332 *** empty log message *** diff -r 21907e7569d1 -r 2c3aa5c554ca etc/NEWS --- a/etc/NEWS Sun Dec 30 19:46:22 2001 +0000 +++ b/etc/NEWS Sun Dec 30 20:00:23 2001 +0000 @@ -292,6 +292,12 @@ 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 -r 21907e7569d1 -r 2c3aa5c554ca lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 30 19:46:22 2001 +0000 +++ b/lisp/ChangeLog Sun Dec 30 20:00:23 2001 +0000 @@ -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,