changeset 16902:6a94efd704e6

(octave-mode): Delete the startup message.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Jan 1997 00:30:23 +0000
parents f2035f66dba0
children b1239a1ef6f2
files lisp/progmodes/octave-mod.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/octave-mod.el	Tue Jan 21 00:29:57 1997 +0000
+++ b/lisp/progmodes/octave-mod.el	Tue Jan 21 00:30:23 1997 +0000
@@ -356,11 +356,7 @@
 
   (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))
 
 ;;; Miscellaneous useful functions
 (defun octave-describe-major-mode ()