diff options
| author | Karl Heuer | 1997-03-12 00:34:25 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-03-12 00:34:25 +0000 |
| commit | 15c2d736a0b58bb746124a7ce98f7956a6f54a0b (patch) | |
| tree | 16fb0e55741127fdaa64f1d593739e972f9bc550 /lisp | |
| parent | 6840310a0db082f392ee36c15b5303b91dec4740 (diff) | |
| download | emacs-15c2d736a0b58bb746124a7ce98f7956a6f54a0b.tar.gz emacs-15c2d736a0b58bb746124a7ce98f7956a6f54a0b.zip | |
Provide octave-inf.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index be81c8bf299..12b29550f57 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -347,4 +347,8 @@ directory and makes this the current buffer's default directory." | |||
| 347 | (inferior-octave-send-list-and-digest '("pwd\n")) | 347 | (inferior-octave-send-list-and-digest '("pwd\n")) |
| 348 | (cd (car inferior-octave-output-list))) | 348 | (cd (car inferior-octave-output-list))) |
| 349 | 349 | ||
| 350 | ;;; provide ourself | ||
| 351 | |||
| 352 | (provide 'octave-inf) | ||
| 353 | |||
| 350 | ;;; octave-inf.el ends here | 354 | ;;; octave-inf.el ends here |