diff options
| author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
| commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
| tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/progmodes/fortran.el | |
| parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
| download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/fortran.el')
| -rw-r--r-- | lisp/progmodes/fortran.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 33a2da4b182..6ed3645ec9e 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -89,8 +89,6 @@ ;;; Bugs to bug-fortran-mode@erl.mit.edu -(provide 'fortran) - ;;;###autoload (defvar fortran-tab-mode-default nil "*Default tabbing/carriage control style for empty files in fortran mode. @@ -995,3 +993,5 @@ character format style." '(fortran-tab-mode-string fortran-tab-mode-string) minor-mode-alist))) +(provide 'fortran) + |
