1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.

This commit is contained in:
Stefan Monnier 2008-03-13 02:04:42 +00:00
parent d443205552
commit ba4f4f755d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
* term/xterm.el (terminal-init-xterm): delete-frame-hook ->
delete-frame-functions.
* bookmark.el (Info-current-node): Remove.
2008-03-12 Juri Linkov <juri@jurta.org>

View File

@ -500,7 +500,7 @@
(add-hook 'suspend-hook 'xterm-turn-off-modify-other-keys)
(add-hook 'suspend-resume-hook 'xterm-turn-on-modify-other-keys)
(add-hook 'kill-emacs-hook 'xterm-remove-modify-other-keys)
(add-hook 'delete-frame-hook 'xterm-remove-modify-other-keys)
(add-hook 'delete-frame-functions 'xterm-remove-modify-other-keys)
;; Add the selected frame to the list of frames that
;; need to deal with modify-other-keys.
(push (frame-terminal (selected-frame))