diff options
author | Jose Marino <marinoj@nso.edu> | 2012-09-12 01:04:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-12 01:04:10 -0700 |
commit | a316d229e34519f7ab236da5ea425812c345ad90 (patch) | |
tree | 76ad47ee040ff81d35d7453013abf98f37df4195 /lisp/progmodes/idlw-shell.el | |
parent | 1bfe31778b5f4a393d3d0e307c99f507bdf185fb (diff) | |
download | emacs-a316d229e34519f7ab236da5ea425812c345ad90.tar.gz |
* idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.
Fixes: debbugs:12418
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index 55a085fbde0..12829b64eb0 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -2187,7 +2187,7 @@ args of an executive .run, .rnew or .compile." ;; CWD might have changed, resync, to set default directory (idlwave-shell-resync-dirs) (let ((comint-file-name-chars idlwave-shell-file-name-chars)) - (comint-filename-completion))) + (comint-dynamic-complete-filename))) (defun idlwave-shell-executive-command () "Return the name of the current executive command, if any." |