emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104255: * idlw-shell.el (idlwave-she


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104255: * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.
Date: Mon, 16 May 2011 19:39:23 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104255
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-16 19:39:23 -0700
message:
  * idlw-shell.el (idlwave-shell-complete-filename): Replace obsolete function.
modified:
  lisp/ChangeLog
  lisp/progmodes/idlw-shell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-17 02:38:04 +0000
+++ b/lisp/ChangeLog    2011-05-17 02:39:23 +0000
@@ -1,5 +1,8 @@
 2011-05-17  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'lisp/progmodes/idlw-shell.el'
--- a/lisp/progmodes/idlw-shell.el      2011-01-25 04:08:28 +0000
+++ b/lisp/progmodes/idlw-shell.el      2011-05-17 02:39:23 +0000
@@ -2187,7 +2187,7 @@
   ;; 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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]