]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 1 Jun 2000 19:04:28 +0000 (19:04 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Jun 2000 19:04:28 +0000 (19:04 +0000)
lisp/ChangeLog
src/ChangeLog

index 85096092000cd1fd381b29bfadd068b2d33168a8..cc8f3a607376b82e571251a87dcccf47a05bab2e 100644 (file)
@@ -1,3 +1,10 @@
+2000-06-01  Dave Love  <fx@gnu.org>
+
+       * hl-line.el: Rewritten using define-minor-mode.
+
+       * help.el (describe-function-1): Distinguish special form from
+       builtin function.  Sanity-check presence of arglist for builtins.
+
 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
 
        * international/characters.el: Fix syntax/category setting of
index bb3e28c6f72d7acecb9bb32406603223260953fd..1ea2af7acbd5aa419a71a9077b6db9194e825d55 100644 (file)
@@ -1,5 +1,7 @@
 2000-06-01  Dave Love  <fx@gnu.org>
 
+       * callint.c (Fcall_interactively): Doc fix.
+
        * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
 
 2000-05-31  Dave Love  <fx@gnu.org>