diff options
| author | Dave Love <fx@gnu.org> | 2000-06-01 19:04:28 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-06-01 19:04:28 +0000 |
| commit | 2330c9d456bbd96e6866774f64afa4f8fe4983b0 (patch) | |
| tree | b63e37d55fed7dc2b26bebdb6f45df2d89506f48 | |
| parent | 824b5cfcbbe1de8215cba410cd94145d0691af7a (diff) | |
| download | emacs-2330c9d456bbd96e6866774f64afa4f8fe4983b0.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 9 insertions, 0 deletions
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 <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 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 <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> |
