From: Richard M. Stallman Date: Sun, 30 May 2004 14:21:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a61e456bacc0461e7c97aaf8f60fcc10a118a7c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a5778d476c..26d6ba248d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-05-30 Richard M. Stallman + + * files.el (find-file): Doc fix. + + * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind. + 2004-05-30 Nick Roberts * progmodes/gdb-ui.el (gdb-current-frame, gud-watch) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7b6d3a95886..efa5eb94091 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,8 @@ 2004-05-30 Richard M. Stallman + * loading.texi (Named Features): Clarify return value + and meaning of NOERROR. + * variables.texi (File Local Variables): Minor cleanup. 2004-05-30 Michael Albinus