1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-08 14:55:06 +00:00
parent a74eca5000
commit 6d0afc038b
3 changed files with 1134 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-01-08 Gerd Moellmann <gerd@gnu.org>
* TUTORIAL.es: New file.
2001-01-08 Kevin Gallagher <kevingal@onramp.net>
* edt-user.doc: Updated to reflect EDT Emulation version 4.0

1127
etc/TUTORIAL.es Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,8 @@
2001-01-08 Gerd Moellmann <gerd@gnu.org>
* window.c (window_scroll_pixel_based): Adjust glyph matrices
when increasing window's vscroll.
* macros.c (Qkbd_macro_termination_hook): New variable.
(syms_of_macros): Initialize and staticpro it.
(pop_kbd_macro): Run kbd-macro-termination-hook.