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/f90.el


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

Index: emacs/lisp/progmodes/f90.el
diff -c emacs/lisp/progmodes/f90.el:1.81 emacs/lisp/progmodes/f90.el:1.82
*** emacs/lisp/progmodes/f90.el:1.81    Sun Apr 24 19:42:28 2005
--- emacs/lisp/progmodes/f90.el Thu May 26 16:39:27 2005
***************
*** 830,836 ****
    (set (make-local-variable 'end-of-defun-function) 'f90-end-of-subprogram)
    (set (make-local-variable 'add-log-current-defun-function)
         #'f90-current-defun)
!   (run-hooks 'f90-mode-hook))
  
  
  ;; Inline-functions.
--- 830,836 ----
    (set (make-local-variable 'end-of-defun-function) 'f90-end-of-subprogram)
    (set (make-local-variable 'add-log-current-defun-function)
         #'f90-current-defun)
!   (run-mode-hooks 'f90-mode-hook))
  
  
  ;; Inline-functions.




reply via email to

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