From: Glenn Morris Date: Tue, 17 May 2011 02:39:23 +0000 (-0700) Subject: * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4157b9c9208b87b827b879d3876651311d97e0b;p=emacs.git * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function. --- 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."