diff options
| author | Eli Zaretskii | 2005-09-10 15:05:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-09-10 15:05:44 +0000 |
| commit | 4ca7c4680d02eec2260a920e834425d86dfd1d3e (patch) | |
| tree | a95c9c9a5e96517ade301786d634295a570d8c4c /lisp/progmodes | |
| parent | ee5d9fdfc5d461e1586ed2184e54f9639da45972 (diff) | |
| download | emacs-4ca7c4680d02eec2260a920e834425d86dfd1d3e.tar.gz emacs-4ca7c4680d02eec2260a920e834425d86dfd1d3e.zip | |
(inferior-octave-startup): Resync current dir at the end.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 917016cf159..4f0875bbf99 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -248,7 +248,11 @@ startup file, `~/.emacs-octave'." | |||
| 248 | 248 | ||
| 249 | ;; And finally, everything is back to normal. | 249 | ;; And finally, everything is back to normal. |
| 250 | (set-process-filter proc 'inferior-octave-output-filter) | 250 | (set-process-filter proc 'inferior-octave-output-filter) |
| 251 | (run-hooks 'inferior-octave-startup-hook))) | 251 | (run-hooks 'inferior-octave-startup-hook) |
| 252 | (run-hooks 'inferior-octave-startup-hook) | ||
| 253 | ;; Just in case, to be sure a cd in the startup file | ||
| 254 | ;; won't have detrimental effects. | ||
| 255 | (inferior-octave-resync-dirs))) | ||
| 252 | 256 | ||
| 253 | 257 | ||
| 254 | (defun inferior-octave-complete () | 258 | (defun inferior-octave-complete () |