]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 May 2000 16:07:50 +0000 (16:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 May 2000 16:07:50 +0000 (16:07 +0000)
lisp/ChangeLog

index e00a6e2a23fc3b66d550d2ee603826108069bc92..53f95f614480dce0712a4c354338558a5c237f7c 100644 (file)
        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
 
 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.