aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-19 13:49:43 +0000
committerDave Love2001-01-19 13:49:43 +0000
commit3b6936cc6db30e8bf2d1077fb5e0801efebc47fd (patch)
tree8342f61f72ac837db272fbb8dfb2ccc26403d3c1
parent2be6ecc60ec712d524f793c936b9be07530a3181 (diff)
downloademacs-3b6936cc6db30e8bf2d1077fb5e0801efebc47fd.tar.gz
emacs-3b6936cc6db30e8bf2d1077fb5e0801efebc47fd.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5bad5a96bf0..4a8b55c7ea8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -725,7 +725,7 @@ M-mouse-2 switches to the previous buffer in the buffer list.
725- Mouse-2 on the read-only or modified status in the mode line (`%' or 725- Mouse-2 on the read-only or modified status in the mode line (`%' or
726`*') toggles the status. 726`*') toggles the status.
727 727
728- Mouse-3 on the mode name display a minor-mode menu. 728- Mouse-3 on the mode name displays a minor-mode menu.
729 729
730** LessTif/Motif file selection dialog. 730** LessTif/Motif file selection dialog.
731 731
@@ -2081,9 +2081,11 @@ functionality with aliases for the mldrag functions.
2081 2081
2082There are a few Lisp changes which are not backwards-compatible and 2082There are a few Lisp changes which are not backwards-compatible and
2083may require changes to existing code. Here is a list for reference. 2083may require changes to existing code. Here is a list for reference.
2084See the sections below for details.
2084 2085
2085** Since `format' preserves text properties, the idiom 2086** Since `format' preserves text properties, the idiom
2086`(format %s foo)' no longer works to remove properties. 2087`(format %s foo)' no longer works to copy and remove properties.
2088Use `copy-sequence' and `set-text-properties'.
2087 2089
2088** Since the `keymap' text property now has significance, some code 2090** Since the `keymap' text property now has significance, some code
2089which uses both `local-map' and `keymap' properties (for portability) 2091which uses both `local-map' and `keymap' properties (for portability)