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.


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

Reply via email to