]> git.eshelyaron.com Git - emacs.git/commitdiff
(f90-mode): Remove startup message.
authorDave Love <fx@gnu.org>
Thu, 1 Feb 2001 16:02:07 +0000 (16:02 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Feb 2001 16:02:07 +0000 (16:02 +0000)
lisp/ChangeLog
lisp/progmodes/f90.el

index 73b80a55e2efd75fd4ce78583d73d925276a54fd..66d1d7133ba446626aaf4906b79c5394eb844805 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-01  Dave Love  <fx@gnu.org>
+
+       * progmodes/f90.el (f90-mode): Remove startup message.
+
 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (command-line): Fix code determining whether or not
index 914f5e67305ac476be246a666d76d0e9a33bb1a6..6dbd0d2c334eb0d83159ae0896d742ca9b0cae89 100644 (file)
@@ -889,8 +889,8 @@ with no args, if that value is non-nil."
   (set (make-local-variable 'add-log-current-defun-function)
        #'f90-current-defun)
   (run-hooks 'f90-mode-hook)
-  (if f90-startup-message
-      (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode))
+;;   (if f90-startup-message
+;;       (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode))
   (setq f90-startup-message nil))
 \f
 ;; inline-functions