changeset 41485:28a987555ba1

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