# HG changeset patch # User Stefan Monnier # Date 1002997735 0 # Node ID 93bf2259d04a063f8f9587f7efdf3a451fb73dc0 # Parent e1334fb129a2e32e1149f14cd0a6bcc6304b2f79 (pong-init): Don't use make-local-hook. diff -r e1334fb129a2 -r 93bf2259d04a lisp/play/pong.el --- a/lisp/play/pong.el Sat Oct 13 18:28:11 2001 +0000 +++ b/lisp/play/pong.el Sat Oct 13 18:28:55 2001 +0000 @@ -320,7 +320,6 @@ (define-key pong-mode-map pong-pause-key 'pong-pause) - (make-local-hook 'kill-buffer-hook) (add-hook 'kill-buffer-hook 'pong-quit nil t) ;; Initialization of some variables