Index: emacs/lisp/play/gametree.el
diff -c emacs/lisp/play/gametree.el:1.12 emacs/lisp/play/gametree.el:1.13
*** emacs/lisp/play/gametree.el:1.12    Mon Aug  1 15:30:16 2005
--- emacs/lisp/play/gametree.el Tue Aug  9 02:56:24 2005
***************
*** 574,582 ****
  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))
  
  ;;;; Key bindings
  
--- 574,582 ----
  shogi, etc.) players, it is a slightly modified version of Outline mode.
  
  \\{gametree-mode-map}"
!   (auto-fill-mode 0)
!   (make-local-variable 'write-contents-hooks)
!   (add-hook 'write-contents-hooks 'gametree-save-and-hack-layout))
  
  ;;;; Key bindings
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to