From: Richard M. Stallman Date: Tue, 21 Jan 1997 00:37:59 +0000 (+0000) Subject: Require octave-mod, not octave. X-Git-Tag: emacs-20.1~3040 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7bbab75eab793b5c2f56ffa71619bd34468d956;p=emacs.git Require octave-mod, not octave. --- diff --git a/lisp/progmodes/octave-hlp.el b/lisp/progmodes/octave-hlp.el index 2295cb5fa05..b5032519895 100644 --- a/lisp/progmodes/octave-hlp.el +++ b/lisp/progmodes/octave-hlp.el @@ -34,7 +34,7 @@ ;;; Code: -(require 'octave) +(require 'octave-mod) (require 'info) (defvar octave-help-files '("octave") @@ -130,4 +130,4 @@ The files specified by `octave-help-files' are searched." (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 --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index acf0df30633..ac2568f5d0d 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -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"