From: Richard M. Stallman Date: Tue, 21 Jan 1997 00:30:23 +0000 (+0000) Subject: (octave-mode): Delete the startup message. X-Git-Tag: emacs-20.1~3042 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=777874d02955447940543551a89b7c5430fe2623;p=emacs.git (octave-mode): Delete the startup message. --- diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index d640154748b..4c87ec2b0f7 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el @@ -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)) ;;; Miscellaneous useful functions (defun octave-describe-major-mode ()