changeset 41487:56f1be55a6a2

(tetris-mode): Remove make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 25 Nov 2001 11:33:26 +0000
parents de636eea1557
children a93b6b418d0e
files lisp/play/tetris.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/tetris.el	Sun Nov 25 11:33:04 2001 +0000
+++ b/lisp/play/tetris.el	Sun Nov 25 11:33:26 2001 +0000
@@ -546,7 +546,6 @@
 "
   (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)