; * etc/NEWS: Improve last change as proposed by Phil Sainty

This commit is contained in:
Martin Rudalics 2018-04-18 14:19:21 +02:00
parent b89ff0efdb
commit ce0e253f48

View file

@ -1278,11 +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' is now internal. ** The function 'display-buffer-in-major-side-window' no longer exists.
This hitherto undocumented function which existed since Emacs 24.1 has It has been renamed as internal function 'window--make-major-side-window',
been renamed to 'window--make-major-side-window' and its semantics however applications should instead call 'display-buffer-in-side-window'
changed. Applications should use the now properly documented function (passing the SIDE and SLOT parameters as elements of ALIST). This approach
'display-buffer-in-side-window' with appropriate arguments instead. is backwards-compatible with versions of Emacs in which the old function
exists. See the node "(elisp) Displaying Buffers in Side Windows"
in the ELisp manual for more details.
* Lisp Changes in Emacs 26.1 * Lisp Changes in Emacs 26.1