mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 21:51:00 -08:00
*** empty log message ***
This commit is contained in:
parent
1e7d1ab059
commit
d97151cb57
2 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* vc.el (vc-version-other-window): Bind `file'.
|
||||
|
||||
2000-10-25 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Makefile.in (update-authors): New target for maintenance
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
|
||||
(Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
|
||||
(where_is_internal): Renamed from Fwhere_is_internal.
|
||||
Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
|
||||
(Fwhere_is_internal): New function wrapping where_is_internal.
|
||||
(where_is_internal_1): Handle the case where we're filling the cache.
|
||||
(syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
|
||||
|
||||
2000-10-25 Miles Bader <miles@gnu.org>
|
||||
|
||||
* xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue