* etc/NEWS: Another fix for the last change (noted by Juri Linkov)

This commit is contained in:
Martin Rudalics 2018-04-20 08:12:10 +02:00
parent 8f6293ca78
commit 06245b625e

View file

@ -1278,13 +1278,13 @@ passphrases, but it was also removed from other pinentry programs as
the attack is unrealistic on modern computer systems which don't the attack is unrealistic on modern computer systems which don't
utilize swap memory usually. utilize swap memory usually.
** The function 'display-buffer-in-major-side-window' no longer exists. ** The function 'display-buffer-in-major-side-window' no longer exists.
It has been renamed as internal function 'window--make-major-side-window', It has been renamed as internal function 'window--make-major-side-window',
however applications should instead call 'display-buffer-in-side-window' however applications should instead call 'display-buffer-in-side-window'
(passing the SIDE and SLOT parameters as elements of ALIST). This approach (passing the SIDE and SLOT parameters as elements of ALIST). This approach
is backwards-compatible with versions of Emacs in which the old function is backwards-compatible with versions of Emacs in which the old function
exists. See the node "(elisp) Displaying Buffers in Side Windows" exists. See the node "Displaying Buffers in Side Windows" in the ELisp
in the ELisp manual for more details. manual for more details.
* Lisp Changes in Emacs 26.1 * Lisp Changes in Emacs 26.1