Mercurial > emacs
changeset 42237:0ec3fdf1c45e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Dec 2001 14:12:30 +0000 |
parents | a31cdf6c9173 |
children | e79842fc9855 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <eliz@is.elta.co.il> * jka-compr.el (jka-compr-partial-uncompress): Use null-device - instead of a literal /dev/null. Reported by Jens Schmidt - <schmidt@mathematik.uni-kl.de>. + 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 <jas@extundo.com>. * 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 <jas@extundo.com>. - - * Makefile.in (distclean): Remove Makefile in the build - directory, not in the source directory. + messages. 2001-12-20 Werner Lemberg <wl@gnu.org>