# HG changeset patch # User Richard M. Stallman # Date 853807079 0 # Node ID 2bc5f76917e0ad8331362f82030974f5ec7c85b5 # Parent b1239a1ef6f2f2bc39fbbe0c9432d9cfa32925e3 Require octave-mod, not octave. diff -r b1239a1ef6f2 -r 2bc5f76917e0 lisp/progmodes/octave-hlp.el --- a/lisp/progmodes/octave-hlp.el Tue Jan 21 00:35:48 1997 +0000 +++ b/lisp/progmodes/octave-hlp.el Tue Jan 21 00:37:59 1997 +0000 @@ -34,7 +34,7 @@ ;;; Code: -(require 'octave) +(require 'octave-mod) (require 'info) (defvar octave-help-files '("octave") @@ -130,4 +130,4 @@ (message "Building help completion alist...done")) octave-help-completion-alist) -;;; octave-hlp.el ends here \ No newline at end of file +;;; octave-hlp.el ends here diff -r b1239a1ef6f2 -r 2bc5f76917e0 lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Tue Jan 21 00:35:48 1997 +0000 +++ b/lisp/progmodes/octave-inf.el Tue Jan 21 00:37:59 1997 +0000 @@ -24,11 +24,9 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;;; Commentary: - ;;; Code: -(require 'octave) +(require 'octave-mod) (require 'comint) (defvar inferior-octave-program "octave"