From: Pavel Janík Date: Sun, 25 Nov 2001 11:33:26 +0000 (+0000) Subject: (tetris-mode): Remove make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~18193 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/6fbac29fa76b0bd5673a6f7362088ef0931ed510?ds=sidebyside (tetris-mode): Remove make-local-hook. --- 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)