# HG changeset patch # User Richard M. Stallman # Date 1008943950 0 # Node ID 0ec3fdf1c45e0b655add1f964fe1e9461b049a04 # Parent a31cdf6c917338edead90eea3dcb7c11385c5ad0 *** empty log message *** diff -r a31cdf6c9173 -r 0ec3fdf1c45e lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 21 14:09:00 2001 +0000 +++ b/lisp/ChangeLog Fri Dec 21 14:12:30 2001 +0000 @@ -1,16 +1,25 @@ +2001-12-21 Richard M. Stallman + + * emacs-lisp/easy-mmode.el (define-minor-mode): + Make no arg by default in an interactive call, + so that repeating the command toggles again. + + * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args. + 2001-12-21 Eli Zaretskii * jka-compr.el (jka-compr-partial-uncompress): Use null-device - instead of a literal /dev/null. Reported by Jens Schmidt - . + instead of a literal /dev/null. + + * Makefile.in (distclean): Remove Makefile in the build + directory, not in the source directory. + +2001-12-21 Simon Josefsson . * mail/smtpmail.el (smtpmail-send-queued-mail): Use with-temp-buffer instead of find-file-noselect, and bind coding-system-for-read to no-conversion when reading the queued - messages. From Simon Josefsson . - - * Makefile.in (distclean): Remove Makefile in the build - directory, not in the source directory. + messages. 2001-12-20 Werner Lemberg