comparison 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
comparison
equal deleted inserted replaced
29420:25fb2df6c428 29421:7ec7a354fdfd
1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> 1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
4 (mh-letter-mode): Derive from text-mode.
5 This implicitly means that it now calls kill-all-local-variables.
6 Also remove the Emacs-18 compatibility code.
2 7
3 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. 8 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
4 Make use of symbol-property doc-string-elt. 9 Make use of symbol-property doc-string-elt.
5 Use memq rather than a sequence of eq. 10 Use memq rather than a sequence of eq.
6 (doc-string-elt): Fix the wrong or missing previously unused values. 11 (doc-string-elt): Fix the wrong or missing previously unused values.