From 62405f46499b40739fa247da5e3a0c2235404d1f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 13 Oct 2001 18:28:55 +0000 Subject: (pong-init): Don't use make-local-hook. --- lisp/play/pong.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/play') diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 2ba51efd1f..370a6665c8 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 -- cgit v1.2.3