emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/m4-mode.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/m4-mode.el
Date: Thu, 26 May 2005 12:39:42 -0400

Index: emacs/lisp/progmodes/m4-mode.el
diff -c emacs/lisp/progmodes/m4-mode.el:1.12 
emacs/lisp/progmodes/m4-mode.el:1.13
*** emacs/lisp/progmodes/m4-mode.el:1.12        Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/m4-mode.el     Thu May 26 16:39:28 2005
***************
*** 147,153 ****
        font-lock-defaults '(m4-font-lock-keywords nil)
        )
    (set-syntax-table m4-mode-syntax-table)
!   (run-hooks 'm4-mode-hook))
  
  (provide 'm4-mode)
  ;;stuff to play with for debugging
--- 147,153 ----
        font-lock-defaults '(m4-font-lock-keywords nil)
        )
    (set-syntax-table m4-mode-syntax-table)
!   (run-mode-hooks 'm4-mode-hook))
  
  (provide 'm4-mode)
  ;;stuff to play with for debugging




reply via email to

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