1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

*** empty log message ***

This commit is contained in:
Juanma Barranquero 2003-02-10 11:41:45 +00:00
parent d0b560c61f
commit ecd869179b
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
* info.el (Info-follow-nearest-node): Implement new behavior.
2003-02-10 Juanma Barranquero <lektu@terra.es>
* progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.

View File

@ -1,3 +1,11 @@
2003-02-10 Juanma Barranquero <lektu@terra.es>
* buffers.texi (Current Buffer): Describe `save-current-buffer' as a
special form, not a macro. From Jesper Harder <harder@ifa.au.dk>.
* text.texi (Insertion): Don't show COUNT argument of `insert-char' as
optional. From Jesper Harder <harder@ifa.au.dk>.
2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
* os.texi (System Environment): Added cygwin system-type.