(pong-init): Don't use make-local-hook.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 18:28:55 +0000 (18:28 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 18:28:55 +0000 (18:28 +0000)
lisp/play/pong.el

index 2ba51ef..370a666 100644 (file)
@@ -320,7 +320,6 @@ implementations you move with left/right paddle."
   
   (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