changeset 16904:2bc5f76917e0

Require octave-mod, not octave.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Jan 1997 00:37:59 +0000
parents b1239a1ef6f2
children a93836c8b52b
files lisp/progmodes/octave-hlp.el lisp/progmodes/octave-inf.el
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"