aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-11-25 11:33:26 +0000
committerPavel Janík <[email protected]>2001-11-25 11:33:26 +0000
commit6fbac29fa76b0bd5673a6f7362088ef0931ed510 (patch)
treedc4002a997ef9e9f34ca81d67e17a14302d1b386 /lisp/play
parent79752b6926e4375fdd7c98f87ad233fe1c799834 (diff)
(tetris-mode): Remove make-local-hook.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/tetris.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el
index 37b544f197..704ed5045f 100644
--- a/lisp/play/tetris.el
+++ b/lisp/play/tetris.el
@@ -546,7 +546,6 @@ tetris-mode keybindings:
"
(kill-all-local-variables)
- (make-local-hook 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'gamegrid-kill-timer nil t)
(use-local-map tetris-null-map)