changeset 29158:76184e58accb

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 May 2000 16:07:50 +0000
parents f0754aea38e3
children c1e86c75dec7
files lisp/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* 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  <gerd@gnu.org>
 
 	* startup.el (command-line): Determine source file of compiled
@@ -139,6 +153,8 @@
 
 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* 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.