* idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.
authorJose Marino <marinoj@nso.edu>
Wed, 12 Sep 2012 08:04:10 +0000 (01:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2012 08:04:10 +0000 (01:04 -0700)
Fixes: debbugs:12418

lisp/ChangeLog
lisp/progmodes/idlw-shell.el

index 4f8a0b0..e8a0569 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-12  Jose Marino  <marinoj@nso.edu>  (tiny change)
+
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Fix 2011-05-17 change.  (Bug#12418)
+
 2012-09-11  Leo Liu  <sdl.web@gmail.com>
 
        * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
index 55a085f..12829b6 100644 (file)
@@ -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."