mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
Merge from origin/emacs-26
0589de5(origin/emacs-26) Fix markup of fake keys in the ELisp manual82d4b98Avoid errors in Auto Revert modea3b1935Mention empty strings in file name expansion, emacs lisp refe...a38da0dcc-mode.texi: Work around makeinfo alignment bug. Fix proble...464ee80Warn against recursive invocations of 'buffer-list-update-hoo...60b5c10Provide more details in doc-string of 'delete-windows-on' (Bu...f0be0f1Improve documentation of 'delete-windows-on'f1bddc7* lisp/frame.el (make-frame-command): Doc fix. (Bug#34715)2848623Avoid undefined behavior in gdb-mi.eldbf1837* lisp/window.el (fit-frame-to-buffer): Make doc-string more ...099ef44Minor spelling and grammar fixes (bug#34756)52fd400Minor improvement of documentation of '(when CONDITION . SPEC)'f872b65Improve documentation of 'auto-coding-functions'04cad5eFix visiting XML files with non-Unix EOL formata89fabeUpdate example major mode code in Elisp manual # Conflicts: # lisp/autorevert.el # lisp/window.el
This commit is contained in:
commit
3b63afd73b
20 changed files with 151 additions and 59 deletions
|
|
@ -6256,9 +6256,11 @@ The function `kill-all-local-variables' runs this before doing anything else. *
|
|||
|
||||
DEFVAR_LISP ("buffer-list-update-hook", Vbuffer_list_update_hook,
|
||||
doc: /* Hook run when the buffer list changes.
|
||||
Functions running this hook are, `get-buffer-create',
|
||||
`make-indirect-buffer', `rename-buffer', `kill-buffer',
|
||||
`bury-buffer-internal' and `select-window'. */);
|
||||
Functions (implicitly) running this hook are `get-buffer-create',
|
||||
`make-indirect-buffer', `rename-buffer', `kill-buffer', `bury-buffer'
|
||||
and `select-window'. Functions run by this hook should avoid calling
|
||||
`select-window' with a nil NORECORD argument or `with-temp-buffer'
|
||||
since either may lead to infinite recursion. */);
|
||||
Vbuffer_list_update_hook = Qnil;
|
||||
DEFSYM (Qbuffer_list_update_hook, "buffer-list-update-hook");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue