Mercurial > emacs
diff lisp/ChangeLog @ 29421:7ec7a354fdfd
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Jun 2000 07:15:58 +0000 |
parents | 6b062917309c |
children | 454b4967e36d |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 05 07:15:34 2000 +0000 +++ b/lisp/ChangeLog Mon Jun 05 07:15:58 2000 +0000 @@ -1,5 +1,10 @@ 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> + * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. + (mh-letter-mode): Derive from text-mode. + This implicitly means that it now calls kill-all-local-variables. + Also remove the Emacs-18 compatibility code. + * emacs-lisp/autoload.el (make-autoload): Simplify docstring. Make use of symbol-property doc-string-elt. Use memq rather than a sequence of eq.