*** empty log message ***
This commit is contained in:
parent
e18c0ffe13
commit
9c0fb8b969
1 changed files with 9 additions and 0 deletions
9
etc/NEWS
9
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue