diff options
Diffstat (limited to 'lisp/ChangeLog.9')
| -rw-r--r-- | lisp/ChangeLog.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 538f3f1d401..1c38b4d9ac6 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -2021,7 +2021,7 @@ | |||
| 2021 | newbuffile out of the loop, in the newbuffile-nd local var. | 2021 | newbuffile out of the loop, in the newbuffile-nd local var. |
| 2022 | Use dolist (cosmetic change). Compute the proposed name for the most | 2022 | Use dolist (cosmetic change). Compute the proposed name for the most |
| 2023 | common case and cache it in the fourth place in the item. | 2023 | common case and cache it in the fourth place in the item. |
| 2024 | (uniquify-rationalize-file-buffer-names): Used to return a a list | 2024 | (uniquify-rationalize-file-buffer-names): Used to return a list |
| 2025 | of buffer whose name was changed, but that return value was never used. | 2025 | of buffer whose name was changed, but that return value was never used. |
| 2026 | (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on | 2026 | (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on |
| 2027 | the cached proposed name, does much less consing and is quicker. | 2027 | the cached proposed name, does much less consing and is quicker. |
| @@ -8319,7 +8319,7 @@ | |||
| 8319 | * frame.el (show-cursor-in-non-selected-windows): Doc fix. | 8319 | * frame.el (show-cursor-in-non-selected-windows): Doc fix. |
| 8320 | 8320 | ||
| 8321 | * hi-lock.el (hi-lock-refontify): Don't call non-existent | 8321 | * hi-lock.el (hi-lock-refontify): Don't call non-existent |
| 8322 | jit-lock-fontify-buffer; it should anyway be unneccessary to | 8322 | jit-lock-fontify-buffer; it should anyway be unnecessary to |
| 8323 | do anything special when jit-lock is active. | 8323 | do anything special when jit-lock is active. |
| 8324 | (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs. | 8324 | (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs. |
| 8325 | 8325 | ||