From: Stefan Kangas Date: Wed, 30 Dec 2020 09:06:07 +0000 (+0100) Subject: ; * etc/NEWS: Move entry to correct heading. X-Git-Tag: emacs-28.0.90~4488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5c5a8f959669a03af712447d4dc49e0d99da294;p=emacs.git ; * etc/NEWS: Move entry to correct heading. --- 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.