]> git.eshelyaron.com Git - emacs.git/commitdiff
Require octave-mod, not octave.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Jan 1997 00:37:59 +0000 (00:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Jan 1997 00:37:59 +0000 (00:37 +0000)
lisp/progmodes/octave-hlp.el
lisp/progmodes/octave-inf.el

index 2295cb5fa054a14d55f60c69a6876745a7149b91..b5032519895b582b559834d8f0f849c967543c31 100644 (file)
@@ -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
index acf0df3063349214140241ef576025c91d9f5ef4..ac2568f5d0d0f2aa6deb0b806824fec7509a5d21 100644 (file)
 ;; 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"