Mercurial > emacs
diff etc/NEWS @ 51077:aafee8ba3f90
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 May 2003 19:34:14 +0000 |
parents | bf7c2783b20d |
children | 8eb2d4a0fe7f |
line wrap: on
line diff
--- a/etc/NEWS Sun May 18 18:27:57 2003 +0000 +++ b/etc/NEWS Sun May 18 19:34:14 2003 +0000 @@ -1235,6 +1235,15 @@ * Lisp Changes in Emacs 21.4 +** The `local-map' property now also works at the ends of overlays and +text-properties, according to their stickiness. This also means that it +works with empty overlays. The same hold for the `keymap' property. + +** `select-window' takes a second optional argument `norecord', like +`switch-to-buffer'. `with-selected-window' is a new macro that uses +this to temporarily switch the selected window without impacting +the order of buffer-list. + ** (map-keymap FUNCTION KEYMAP) applies the function to each binding in the keymap.