Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c0fb8b9
Commit
9c0fb8b9
authored
May 18, 2003
by
Stefan Monnier
Browse files
*** empty log message ***
parent
e18c0ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
etc/NEWS
etc/NEWS
+9
-0
No files found.
etc/NEWS
View file @
9c0fb8b9
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment