diff options
| author | Richard M. Stallman | 1995-02-03 20:56:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-03 20:56:33 +0000 |
| commit | c04f7d65eb4634828fce50132271612d8ce5221a (patch) | |
| tree | 8ff8fb6a91d76971ce58ee12286366e371dfa07b | |
| parent | 0841192830e05425203f38107a701e642ddcbcc4 (diff) | |
| download | emacs-c04f7d65eb4634828fce50132271612d8ce5221a.tar.gz emacs-c04f7d65eb4634828fce50132271612d8ce5221a.zip | |
(f90-mode-version): Variable deleted.
(f90-mode): Don't use f90-mode-version.
| -rw-r--r-- | lisp/progmodes/f90.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 607d45f4bb3..adf1b9cc1fb 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -131,7 +131,6 @@ | |||
| 131 | ;; of this code is built. | 131 | ;; of this code is built. |
| 132 | 132 | ||
| 133 | ;;; Code: | 133 | ;;; Code: |
| 134 | (defconst f90-mode-version "version 1.03") | ||
| 135 | (defconst bug-f90-mode "tfkte@fy.chalmers.se" | 134 | (defconst bug-f90-mode "tfkte@fy.chalmers.se" |
| 136 | "Address of mailing list for F90 mode bugs.") | 135 | "Address of mailing list for F90 mode bugs.") |
| 137 | 136 | ||
| @@ -693,7 +692,7 @@ with no args, if that value is non-nil." | |||
| 693 | (setq font-lock-keywords-case-fold-search t) | 692 | (setq font-lock-keywords-case-fold-search t) |
| 694 | (run-hooks 'f90-mode-hook) | 693 | (run-hooks 'f90-mode-hook) |
| 695 | (if f90-startup-message | 694 | (if f90-startup-message |
| 696 | (message "Emacs F90 mode %s. Bugs to %s" f90-mode-version bug-f90-mode)) | 695 | (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode)) |
| 697 | (setq f90-startup-message nil)) | 696 | (setq f90-startup-message nil)) |
| 698 | 697 | ||
| 699 | ;; inline-functions | 698 | ;; inline-functions |