aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love2001-02-01 16:02:07 +0000
committerDave Love2001-02-01 16:02:07 +0000
commit1355ba0cd13adf68dc10a86c03e1c64ed3022051 (patch)
treef7d0d15145fe56e93c8a4d976343ee5ffc98c990 /lisp
parent01acdb05c3fd7932a8c2bfbd7edc3337f7d38172 (diff)
downloademacs-1355ba0cd13adf68dc10a86c03e1c64ed3022051.tar.gz
emacs-1355ba0cd13adf68dc10a86c03e1c64ed3022051.zip
(f90-mode): Remove startup message.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/f90.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 73b80a55e2e..66d1d7133ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-02-01 Dave Love <fx@gnu.org>
2
3 * progmodes/f90.el (f90-mode): Remove startup message.
4
12001-02-01 Gerd Moellmann <gerd@gnu.org> 52001-02-01 Gerd Moellmann <gerd@gnu.org>
2 6
3 * startup.el (command-line): Fix code determining whether or not 7 * startup.el (command-line): Fix code determining whether or not
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 914f5e67305..6dbd0d2c334 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -889,8 +889,8 @@ with no args, if that value is non-nil."
889 (set (make-local-variable 'add-log-current-defun-function) 889 (set (make-local-variable 'add-log-current-defun-function)
890 #'f90-current-defun) 890 #'f90-current-defun)
891 (run-hooks 'f90-mode-hook) 891 (run-hooks 'f90-mode-hook)
892 (if f90-startup-message 892;; (if f90-startup-message
893 (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode)) 893;; (message "Emacs F90 mode; please report bugs to %s" bug-f90-mode))
894 (setq f90-startup-message nil)) 894 (setq f90-startup-message nil))
895 895
896;; inline-functions 896;; inline-functions