diff options
| author | Dave Love | 2001-02-01 16:02:07 +0000 |
|---|---|---|
| committer | Dave Love | 2001-02-01 16:02:07 +0000 |
| commit | 1355ba0cd13adf68dc10a86c03e1c64ed3022051 (patch) | |
| tree | f7d0d15145fe56e93c8a4d976343ee5ffc98c990 /lisp | |
| parent | 01acdb05c3fd7932a8c2bfbd7edc3337f7d38172 (diff) | |
| download | emacs-1355ba0cd13adf68dc10a86c03e1c64ed3022051.tar.gz emacs-1355ba0cd13adf68dc10a86c03e1c64ed3022051.zip | |
(f90-mode): Remove startup message.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/f90.el | 4 |
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 @@ | |||
| 1 | 2001-02-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/f90.el (f90-mode): Remove startup message. | ||
| 4 | |||
| 1 | 2001-02-01 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-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 |