]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move entry to correct heading.
authorStefan Kangas <stefan@marxist.se>
Wed, 30 Dec 2020 09:06:07 +0000 (10:06 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 30 Dec 2020 09:06:07 +0000 (10:06 +0100)
etc/NEWS

index 0231c16711243f4a034f875b85a6979895b0b5e2..3bfd31fc5090e2b216055549778ba4b7bd8e36c0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1915,11 +1915,6 @@ This is no longer supported, and setting this variable has no effect.
 ** The macro 'with-displayed-buffer-window' is now obsolete.
 Use macro 'with-current-buffer-window' with action alist entry 'body-function'.
 
-+++
-** 'byte-compile-file' optional argument LOAD is now obsolete.
-To load the file after byte-compiling, add a call to 'load' from Lisp
-or use 'M-x emacs-lisp-byte-compile-and-load' interactively.
-
 ---
 ** The metamail.el library is now marked obsolete.
 
@@ -2229,6 +2224,11 @@ By default, it will warn if a documentation string is wider than the
 largest of 80 characters or 'fill-column'.  This is controlled by the
 new user option 'byte-compile-docstring-max-column'.
 
++++
+*** 'byte-compile-file' optional argument LOAD is now obsolete.
+To load the file after byte-compiling, add a call to 'load' from Lisp
+or use 'M-x emacs-lisp-byte-compile-and-load' interactively.
+
 ---
 ** 'unload-feature' now also tries to undo additions to buffer-local hooks.