Mercurial > emacs
changeset 64804:ebcfe1ffa0ec
(gametree-mode): Use make-local-variable, not make-variable-buffer-local.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 02:56:24 +0000 |
parents | 126d8b68ff09 |
children | 9612798470fd |
files | lisp/play/gametree.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/gametree.el Tue Aug 09 02:55:43 2005 +0000 +++ b/lisp/play/gametree.el Tue Aug 09 02:56:24 2005 +0000 @@ -574,9 +574,9 @@ shogi, etc.) players, it is a slightly modified version of Outline mode. \\{gametree-mode-map}" -(auto-fill-mode 0) -(make-variable-buffer-local 'write-contents-hooks) -(add-hook 'write-contents-hooks 'gametree-save-and-hack-layout)) + (auto-fill-mode 0) + (make-local-variable 'write-contents-hooks) + (add-hook 'write-contents-hooks 'gametree-save-and-hack-layout)) ;;;; Key bindings