From f7bbab75eab793b5c2f56ffa71619bd34468d956 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Jan 1997 00:37:59 +0000 Subject: [PATCH] Require octave-mod, not octave. --- lisp/progmodes/octave-hlp.el | 4 ++-- lisp/progmodes/octave-inf.el | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) 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" -- 2.39.2