emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/gomoku.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/play/gomoku.el
Date: Thu, 26 May 2005 11:26:10 -0400

Index: emacs/lisp/play/gomoku.el
diff -c emacs/lisp/play/gomoku.el:1.40 emacs/lisp/play/gomoku.el:1.41
*** emacs/lisp/play/gomoku.el:1.40      Mon Sep  1 15:45:34 2003
--- emacs/lisp/play/gomoku.el   Thu May 26 15:26:09 2005
***************
*** 206,212 ****
    (make-local-variable 'font-lock-defaults)
    (setq font-lock-defaults '(gomoku-font-lock-keywords t))
    (toggle-read-only t)
!   (run-hooks 'gomoku-mode-hook))
  
  ;;;
  ;;; THE BOARD.
--- 206,212 ----
    (make-local-variable 'font-lock-defaults)
    (setq font-lock-defaults '(gomoku-font-lock-keywords t))
    (toggle-read-only t)
!   (run-mode-hooks 'gomoku-mode-hook))
  
  ;;;
  ;;; THE BOARD.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]