summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-12-30 10:06:07 +0100
committerStefan Kangas <stefan@marxist.se>2020-12-30 10:06:07 +0100
commite5c5a8f959669a03af712447d4dc49e0d99da294 (patch)
treeb389e4a9ad8568efba768b386b161e836393094f /etc
parentd22fa9eb67925ba341ef5b0da8a432a76cbb6af1 (diff)
downloademacs-e5c5a8f959669a03af712447d4dc49e0d99da294.tar.gz
; * etc/NEWS: Move entry to correct heading.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0231c167112..3bfd31fc509 100644
--- 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.