diff options
author | Juri Linkov <juri@linkov.net> | 2020-03-30 01:57:36 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2020-03-30 01:57:36 +0300 |
commit | 3273e2ace788a58bef77cef936021d151815ea94 (patch) | |
tree | 0bb97e42c356ba9fee04879fc9f439634819252a /lisp/emacs-lisp/lisp-mode.el | |
parent | 7a6f5a5167037cdc3a0e9e312393781daedec085 (diff) | |
download | emacs-3273e2ace788a58bef77cef936021d151815ea94.tar.gz emacs-3273e2ace788a58bef77cef936021d151815ea94.tar.bz2 emacs-3273e2ace788a58bef77cef936021d151815ea94.zip |
Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)
* doc/lispref/display.texi (Temporary Displays):
Remove defmac with-displayed-buffer-window.
* doc/lispref/windows.texi (Buffer Display Action Alists):
Add body-function.
* lisp/window.el (with-displayed-buffer-window): Declare macro obsolete.
(window--display-buffer): Call 'body-function' after displaying the buffer.
* lisp/dired.el (dired-mark-pop-up):
* lisp/files.el (save-buffers-kill-emacs):
* lisp/minibuffer.el (minibuffer-completion-help):
Replace with-displayed-buffer-window with with-current-buffer-window
and add action alist entry 'body-function' with former macro body.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions