changeset 10644:ce2d2fe2fa79

(f90-mode-version): Variable deleted. (f90-mode): Don't use f90-mode-version.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Feb 1995 20:56:33 +0000
parents 727636abd576
children 4eeb2d49d841
files lisp/progmodes/f90.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/f90.el	Fri Feb 03 19:31:12 1995 +0000
+++ b/lisp/progmodes/f90.el	Fri Feb 03 20:56:33 1995 +0000
@@ -131,7 +131,6 @@
 ;; of this code is built.
 
 ;;; Code:
-(defconst f90-mode-version "version 1.03")
 (defconst bug-f90-mode "tfkte@fy.chalmers.se"
   "Address of mailing list for F90 mode bugs.")
 
@@ -693,7 +692,7 @@
   (setq font-lock-keywords-case-fold-search t)
   (run-hooks 'f90-mode-hook)
   (if f90-startup-message
-      (message "Emacs F90 mode %s. Bugs to %s" f90-mode-version bug-f90-mode))
+      (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode))
   (setq f90-startup-message nil))
 
 ;; inline-functions