Mercurial > emacs
changeset 55861:166eb601d9cf
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 2004 14:21:53 +0000 |
parents | c1864c2911cf |
children | f1e403523e6d |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 30 14:20:58 2004 +0000 +++ b/lisp/ChangeLog Sun May 30 14:21:53 2004 +0000 @@ -1,3 +1,9 @@ +2004-05-30 Richard M. Stallman <rms@gnu.org> + + * files.el (find-file): Doc fix. + + * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind. + 2004-05-30 Nick Roberts <nickrob@gnu.org> * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
--- a/lispref/ChangeLog Sun May 30 14:20:58 2004 +0000 +++ b/lispref/ChangeLog Sun May 30 14:21:53 2004 +0000 @@ -1,5 +1,8 @@ 2004-05-30 Richard M. Stallman <rms@gnu.org> + * loading.texi (Named Features): Clarify return value + and meaning of NOERROR. + * variables.texi (File Local Variables): Minor cleanup. 2004-05-30 Michael Albinus <michael.albinus@gmx.de>