From: Stefan Monnier Date: Sun, 18 May 2003 19:34:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10093 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c0fb8b969c0e497469a1a26c1d74cb3c227d979;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index ab20f56963f..faeaa8de5c4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1235,6 +1235,15 @@ timing measurements of code (including the garbage collection component). * 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.