comparison lisp/ChangeLog @ 29417:6b062917309c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 Jun 2000 06:30:48 +0000
parents bf26ee36792e
children 7ec7a354fdfd
comparison
equal deleted inserted replaced
29416:6d8ceb166666 29417:6b062917309c
1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> 1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
4 Make use of symbol-property doc-string-elt.
5 Use memq rather than a sequence of eq.
6 (doc-string-elt): Fix the wrong or missing previously unused values.
7 (autoload-print-form): New function extracted from
8 generate-file-autoloads to allow recursion when handling progn
9 so that defvar's and defun's docstrings are properly printed.
10 (generate-file-autoloads): Use it.
2 11
3 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. 12 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
4 Use find-file-hooks in the minor-mode function. 13 Use find-file-hooks in the minor-mode function.
5 Be careful not to loop indefinitely in the post-command-hook function. 14 Be careful not to loop indefinitely in the post-command-hook function.
6 15