]> code.delx.au - gnu-emacs/commitdiff
(octave-mode): Delete the startup message.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Jan 1997 00:30:23 +0000 (00:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Jan 1997 00:30:23 +0000 (00:30 +0000)
lisp/progmodes/octave-mod.el

index d640154748b49ee7c2bbfb33b6a2b5a446bff501..4c87ec2b0f7db7242f1489d9875e64d44954979d 100644 (file)
@@ -356,11 +356,7 @@ including a reproducible test case and send the message."
 
   (octave-add-octave-menu)
   (octave-initialize-completions)
-  (run-hooks 'octave-mode-hook)
-  (if octave-mode-startup-message
-      (message "Octave mode %s.  Bugs to %s"
-              octave-version octave-maintainer-address)))
-
+  (run-hooks 'octave-mode-hook))
 \f
 ;;; Miscellaneous useful functions
 (defun octave-describe-major-mode ()