Mercurial > emacs
changeset 39887:93bf2259d04a
(pong-init): Don't use make-local-hook.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 13 Oct 2001 18:28:55 +0000 |
parents | e1334fb129a2 |
children | b429be6f52ac |
files | lisp/play/pong.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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