From: Karl Heuer Date: Wed, 12 Mar 1997 00:33:56 +0000 (+0000) Subject: Provide octave-hlp. X-Git-Tag: emacs-20.1~2796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6840310a0db082f392ee36c15b5303b91dec4740;p=emacs.git Provide octave-hlp. --- diff --git a/lisp/progmodes/octave-hlp.el b/lisp/progmodes/octave-hlp.el index b5032519895..e72e2adfbd8 100644 --- a/lisp/progmodes/octave-hlp.el +++ b/lisp/progmodes/octave-hlp.el @@ -130,4 +130,8 @@ The files specified by `octave-help-files' are searched." (message "Building help completion alist...done")) octave-help-completion-alist) +;;; provide ourself + +(provide 'octave-hlp) + ;;; octave-hlp.el ends here