comparison etc/NEWS @ 42434:2c3aa5c554ca

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Dec 2001 20:00:23 +0000
parents aa6c345a4af0
children 5426f6a09f35
comparison
equal deleted inserted replaced
42433:21907e7569d1 42434:2c3aa5c554ca
289 as part of the intangible region even if it is not itself intangible. 289 as part of the intangible region even if it is not itself intangible.
290 290
291 Thus, point can go before an invisible, intangible region, but not 291 Thus, point can go before an invisible, intangible region, but not
292 after it. This prevents C-f and C-b from appearing to stand still on 292 after it. This prevents C-f and C-b from appearing to stand still on
293 the screen. 293 the screen.
294
295 ** define-abbrev now accepts an optional argument SYSTEM-FLAG. If
296 non-nil, this marks the abbrev as a "system" abbrev, which means that
297 it won't be stored in the user's abbrevs file if he saves the abbrevs.
298 Major modes that predefine some abbrevs should always specify this
299 flag.
294 300
295 ** Support for Mocklisp has been removed. 301 ** Support for Mocklisp has been removed.
296 302
297 ** The function insert-string is now obsolete. 303 ** The function insert-string is now obsolete.
298 304