diff options
author | Alan Mackenzie <acm@muc.de> | 2018-10-03 12:08:27 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2018-10-03 15:20:34 +0000 |
commit | 2c8ea4654dc72ccb93ef63632a888ea3d395f599 (patch) | |
tree | 0b5be2b5e214a7461bd3149e6f692603be85017b | |
parent | f8df6f23070d506e64e3f5079940ca5bef2f1b7e (diff) | |
download | emacs-2c8ea4654dc72ccb93ef63632a888ea3d395f599.tar.gz |
Revert "* etc/NEWS: Note setting make-cursor-line-fully-visible to nil in follow-mode"
This reverts commit f3c8f4bde2de2b9d42c44f5e44f34c427bebdc58.
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -15,12 +15,6 @@ in older Emacs versions. You can narrow news to a specific version by calling 'view-emacs-news' with a prefix argument or by typing C-u C-h C-n. -Temporary note: -+++ indicates that all necessary documentation updates are complete. - (This means all relevant manuals in doc/ AND lisp doc-strings.) ---- means no change in the manuals is needed. -When you add a new item, use the appropriate mark if you are sure it applies, - * Installation Changes in Emacs 26.2 @@ -51,14 +45,6 @@ often cause crashes. Set it to nil if you really need those fonts. * Changes in Specialized Modes and Packages in Emacs 26.2 ---- -** Follow mode -Follow mode now sets a buffer local value of nil for -make-cursor-line-fully-visible in any buffer using it. This ensures -correct operation if point is moved by C-n to the next window when -there is a partially displayed line at the bottom of the original -window. - ** Ibuffer --- |