]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide octave-inf.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Mar 1997 00:34:25 +0000 (00:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Mar 1997 00:34:25 +0000 (00:34 +0000)
lisp/progmodes/octave-inf.el

index be81c8bf2994e265e6e2fa9698ce28849a16801d..12b29550f578b01771602ffa07d33f9250d2d81b 100644 (file)
@@ -347,4 +347,8 @@ directory and makes this the current buffer's default directory."
   (inferior-octave-send-list-and-digest '("pwd\n"))
   (cd (car inferior-octave-output-list)))
 
+;;; provide ourself
+
+(provide 'octave-inf)
+
 ;;; octave-inf.el ends here