Mercurial > emacs
changeset 62889:9282bd25c87b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 May 2005 06:51:33 +0000 |
parents | df1894ffb13c |
children | 4b7fa3ee8e9e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 30 06:51:10 2005 +0000 +++ b/lisp/ChangeLog Mon May 30 06:51:33 2005 +0000 @@ -1,3 +1,15 @@ +2005-05-30 Richard M. Stallman <rms@gnu.org> + + * filesets.el (filesets-menu-ensure-use-cached): + Prevent warning when emacs-version>= is undefined. + + * printing.el (pr-interactive-n-up): Use string-to-number. + + * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer. + + * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): + Warn only when name to be defined is quoted. + 2005-05-30 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-toggle-breakpoint):