diff options
| author | Richard M. Stallman | 2003-06-04 09:48:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-06-04 09:48:59 +0000 |
| commit | 38356c7211c340290769ff0f45d676c232ca3366 (patch) | |
| tree | 7a000cc7d74c3df926c42ae9c2e8380cf999c2ca | |
| parent | 9b45407516b1da3c10225ca661225efeae4c3d3b (diff) | |
| download | emacs-38356c7211c340290769ff0f45d676c232ca3366.tar.gz emacs-38356c7211c340290769ff0f45d676c232ca3366.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b25c6c47ce..d8dffa7d65f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2003-06-04 Richard M. Stallman <rms@gnu.org> | 1 | 2003-06-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): | ||
| 4 | Use with-no-warnings. | ||
| 5 | |||
| 3 | * gud.el (gud-minor-mode-type): Move defvar up. | 6 | * gud.el (gud-minor-mode-type): Move defvar up. |
| 4 | 7 | ||
| 5 | * progmodes/compile.el (compilation-next-error): When moving fwd, | 8 | * progmodes/compile.el (compilation-next-error): When moving fwd, |
diff --git a/man/ChangeLog b/man/ChangeLog index 0be38c22bc6..7a223d4882b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-06-04 Richard M. Stallman <rms@gnu.org> | 1 | 2003-06-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * programs.texi (Expressions): Delete C-M-DEL. | ||
| 4 | |||
| 3 | * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output. | 5 | * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output. |
| 4 | comint-move-point-for-output renamed from | 6 | comint-move-point-for-output renamed from |
| 5 | comint-scroll-to-bottom-on-output. | 7 | comint-scroll-to-bottom-on-output. |