# HG changeset patch # User Stefan Monnier # Date 959184470 0 # Node ID 76184e58accbc46ecce4fb4d37d0faaee33d7296 # Parent f0754aea38e37307003b903474e6ae35c872fae5 *** empty log message *** diff -r f0754aea38e3 -r 76184e58accb lisp/ChangeLog --- a/lisp/ChangeLog Wed May 24 16:03:39 2000 +0000 +++ b/lisp/ChangeLog Wed May 24 16:07:50 2000 +0000 @@ -49,6 +49,20 @@ current-input-method of the guidance buffer to the name of the curren input method. +2000-05-23 Stefan Monnier + + * progmodes/compile.el (compile-internal): Style typo. + + * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): + quote vars and functions in the docstring. + + * newcomment.el (comment-make-extra-lines): Don't use `assert'. + + * completion.el (dynamic-completion-mode, dynamic-completion-mode): + Don't quote lambdas. + + * ffap.el (ffap-highlight): Use facep rather than internal-find-face. + 2000-05-23 Gerd Moellmann * startup.el (command-line): Determine source file of compiled @@ -139,6 +153,8 @@ 2000-05-22 Stefan Monnier + * help.el (help-manyarg-func-alist): Typo. + * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and intervals which makes it heaps simpler.