aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-01-21 00:37:59 +0000
committerRichard M. Stallman1997-01-21 00:37:59 +0000
commitf7bbab75eab793b5c2f56ffa71619bd34468d956 (patch)
tree31fa4d340f4c24e6beb7b2a3444cfd39023c640d
parent081bf30e0fc58decefa726ac0f5cff6c65063826 (diff)
downloademacs-f7bbab75eab793b5c2f56ffa71619bd34468d956.tar.gz
emacs-f7bbab75eab793b5c2f56ffa71619bd34468d956.zip
Require octave-mod, not octave.
-rw-r--r--lisp/progmodes/octave-hlp.el4
-rw-r--r--lisp/progmodes/octave-inf.el4
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 @@
34 34
35;;; Code: 35;;; Code:
36 36
37(require 'octave) 37(require 'octave-mod)
38(require 'info) 38(require 'info)
39 39
40(defvar octave-help-files '("octave") 40(defvar octave-help-files '("octave")
@@ -130,4 +130,4 @@ The files specified by `octave-help-files' are searched."
130 (message "Building help completion alist...done")) 130 (message "Building help completion alist...done"))
131 octave-help-completion-alist) 131 octave-help-completion-alist)
132 132
133;;; octave-hlp.el ends here \ No newline at end of file 133;;; 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 @@
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA. 25;; Boston, MA 02111-1307, USA.
26 26
27;;; Commentary:
28
29;;; Code: 27;;; Code:
30 28
31(require 'octave) 29(require 'octave-mod)
32(require 'comint) 30(require 'comint)
33 31
34(defvar inferior-octave-program "octave" 32(defvar inferior-octave-program "octave"