From: Stefan Monnier Date: Sat, 13 Oct 2001 18:28:55 +0000 (+0000) Subject: (pong-init): Don't use make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~19475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62405f46499b40739fa247da5e3a0c2235404d1f;p=emacs.git (pong-init): Don't use make-local-hook. --- diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 2ba51efd1f2..370a6665c85 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el @@ -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