From: Pavel Janík Date: Sun, 25 Nov 2001 11:32:52 +0000 (+0000) Subject: (snake-mode): Remove make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~18195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abbf7dcdd61fe2d1d65420439a6d3edba0ac3775;p=emacs.git (snake-mode): Remove make-local-hook. --- diff --git a/lisp/play/snake.el b/lisp/play/snake.el index c4127f6fab0..71972d6d63f 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -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)