changeset 29421:7ec7a354fdfd

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 Jun 2000 07:15:58 +0000
parents 25fb2df6c428
children be5a54fc840d
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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.