]> git.eshelyaron.com Git - emacs.git/commitdiff
(snake-mode): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:52 +0000 (11:32 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:32:52 +0000 (11:32 +0000)
lisp/play/snake.el

index c4127f6fab0f86967e1cc7ff80528787d7465785..71972d6d63fe3b781c007af85a95275a6a28138d 100644 (file)
@@ -326,7 +326,6 @@ snake-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 snake-null-map)