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)
;; 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."