aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2001-10-13 18:28:55 +0000
committerStefan Monnier <[email protected]>2001-10-13 18:28:55 +0000
commit62405f46499b40739fa247da5e3a0c2235404d1f (patch)
tree07892dd51428ae555945433f47254a3ae2e5b6fd /lisp/play
parent3ed03518354e263e5406590a303bedac230155fc (diff)
(pong-init): Don't use make-local-hook.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/pong.el1
1 files changed, 0 insertions, 1 deletions
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