diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-16 19:39:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-16 19:39:23 -0700 |
commit | e4157b9c9208b87b827b879d3876651311d97e0b (patch) | |
tree | 1db565c94f9d6ff2a387b83b92ec093d881838b5 /lisp/progmodes/idlw-shell.el | |
parent | 8e249bbdb7b453e448d791cc6f2731bb413418ef (diff) | |
download | emacs-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.el | 2 |
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." |