]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 13 Mar 2008 02:04:42 +0000 (02:04 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 13 Mar 2008 02:04:42 +0000 (02:04 +0000)
lisp/ChangeLog
lisp/term/xterm.el

index c60a2c46e94a619e653d7916f642c24f6d293a72..c39db9729ea4989221045ec634da4b4d68811d39 100644 (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>
index 2fd8d47afacddd8d7511e4480688ac6d4d0fdf0c..648b4fdb52d1b75a9634238409117741a7655b67 100644 (file)
              (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))