aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-12-30 20:00:23 +0000
committerRichard M. Stallman <[email protected]>2001-12-30 20:00:23 +0000
commit1b8c66fec815e707a148955f7cdd4c7dac517686 (patch)
treec638e371325f7ccc8624f82abf4adfcf136d496b /etc
parentcfb441af4e67b44f678ba4eceda6f9a16697c7f3 (diff)
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6946a8853c..91038d68eb 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.