# HG changeset patch # User Stefan Monnier # Date 960189358 0 # Node ID 7ec7a354fdfdf88fc240a7abc4f53e023f55ab52 # Parent 25fb2df6c428943820145d30043128c01b48ff24 *** empty log message *** diff -r 25fb2df6c428 -r 7ec7a354fdfd lisp/ChangeLog --- 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 + * 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.