diff options
Diffstat (limited to 'lisp/ChangeLog.13')
| -rw-r--r-- | lisp/ChangeLog.13 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index bfe0f4a7a51..12eadc6aadf 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -4275,7 +4275,7 @@ | |||
| 4275 | stops with an error and Emacs does not compile with those things in. | 4275 | stops with an error and Emacs does not compile with those things in. |
| 4276 | Besides, declare-function is not defined in XEmacs. | 4276 | Besides, declare-function is not defined in XEmacs. |
| 4277 | 4277 | ||
| 4278 | * ediff-util.el (eqiff-quit): Autoraise minibuffer. | 4278 | * ediff-util.el (ediff-quit): Autoraise minibuffer. |
| 4279 | 4279 | ||
| 4280 | * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun. | 4280 | * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun. |
| 4281 | 4281 | ||
| @@ -7393,7 +7393,7 @@ | |||
| 7393 | 7393 | ||
| 7394 | * help-mode.el (help-mode): Set view-exit-action to bury the | 7394 | * help-mode.el (help-mode): Set view-exit-action to bury the |
| 7395 | buffer instead of fiddling with windows. Simplify code. | 7395 | buffer instead of fiddling with windows. Simplify code. |
| 7396 | (help-mode-finish): When help-window eqs t set it to the selected | 7396 | (help-mode-finish): When help-window equals t set it to the selected |
| 7397 | window and have with-help-window set up view-return-to-alist. | 7397 | window and have with-help-window set up view-return-to-alist. |
| 7398 | (help-buffer): Add autoload cookie. | 7398 | (help-buffer): Add autoload cookie. |
| 7399 | 7399 | ||