]> git.eshelyaron.com Git - emacs.git/commitdiff
* idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:39:23 +0000 (19:39 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:39:23 +0000 (19:39 -0700)
lisp/ChangeLog
lisp/progmodes/idlw-shell.el

index 958018e4832af1531e70007a05e109c1e53db308..19ea787d4b8a10be043b04d1b0d8ad40a2769b90 100644 (file)
@@ -1,5 +1,8 @@
 2011-05-17  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Replace obsolete function.
+
        * shell.el (pcomplete-parse-arguments-function): Declare.
 
        * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
index 93a3bf1b7f5f16dc054fd9db305e02a9941dfceb..01c256ab41bd9149e3f00f1aceb1a7ea8cf7332c 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-dynamic-complete-as-filename)))
+    (comint-filename-completion)))
 
 (defun idlwave-shell-executive-command ()
   "Return the name of the current executive command, if any."