From 2330c9d456bbd96e6866774f64afa4f8fe4983b0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 1 Jun 2000 19:04:28 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 2 ++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85096092000..cc8f3a60737 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-06-01 Dave Love + + * 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 * international/characters.el: Fix syntax/category setting of diff --git a/src/ChangeLog b/src/ChangeLog index bb3e28c6f72..1ea2af7acbd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-06-01 Dave Love + * callint.c (Fcall_interactively): Doc fix. + * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. 2000-05-31 Dave Love -- 2.39.5