]> code.delx.au - gnu-emacs/commitdiff
(tetris-mode): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:33:26 +0000 (11:33 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:33:26 +0000 (11:33 +0000)
lisp/play/tetris.el

index 37b544f19763025ca9a407ce0dcb0fe7257127d1..704ed5045ff0e8e35eec0a48c5ecd23bdefebaa3 100644 (file)
@@ -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)