]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/fortran.el
(hide-ifdef-use-define-alist): Pass a list of
[gnu-emacs] / lisp / progmodes / fortran.el
index 30e1977d28dbf96269933e78bc5cfa95b8e2f7b0..371cc610912a877e7c8ec536bd53d9e59a45b7d3 100644 (file)
@@ -21,8 +21,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -799,7 +799,7 @@ with no args, if that value is non-nil."
        #'fortran-current-defun)
   (set (make-local-variable 'dabbrev-case-fold-search) 'case-fold-search)
   (set (make-local-variable 'gud-find-expr-function) 'fortran-gud-find-expr)
-  (run-hooks 'fortran-mode-hook))
+  (run-mode-hooks 'fortran-mode-hook))
 
 \f
 (defun fortran-gud-find-expr ()