From e4157b9c9208b87b827b879d3876651311d97e0b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 16 May 2011 19:39:23 -0700 Subject: [PATCH] * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function. --- lisp/ChangeLog | 3 +++ lisp/progmodes/idlw-shell.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 958018e4832..19ea787d4b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-05-17 Glenn Morris + * 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) 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." -- 2.39.2