summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlw-shell.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-16 19:39:23 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-16 19:39:23 -0700
commite4157b9c9208b87b827b879d3876651311d97e0b (patch)
tree1db565c94f9d6ff2a387b83b92ec093d881838b5 /lisp/progmodes/idlw-shell.el
parent8e249bbdb7b453e448d791cc6f2731bb413418ef (diff)
downloademacs-e4157b9c9208b87b827b879d3876651311d97e0b.tar.gz
* idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r--lisp/progmodes/idlw-shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index 93a3bf1b7f5..01c256ab41b 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-dynamic-complete-as-filename)))
+ (comint-filename-completion)))
(defun idlwave-shell-executive-command ()
"Return the name of the current executive command, if any."