emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108136: * idlw-shell.el (idlwave-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108136: * idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.
Date: Wed, 12 Sep 2012 01:04:10 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108136
fixes bug: http://debbugs.gnu.org/12418
author: Jose Marino  <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-09-12 01:04:10 -0700
message:
  * idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.
modified:
  lisp/ChangeLog
  lisp/progmodes/idlw-shell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-11 17:47:25 +0000
+++ b/lisp/ChangeLog    2012-09-12 08:04:10 +0000
@@ -1,3 +1,8 @@
+2012-09-12  Jose Marino  <address@hidden>  (tiny change)
+
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Fix 2011-05-17 change.  (Bug#12418)
+
 2012-09-11  Leo Liu  <address@hidden>
 
        * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.

=== modified file 'lisp/progmodes/idlw-shell.el'
--- a/lisp/progmodes/idlw-shell.el      2012-01-19 07:21:25 +0000
+++ b/lisp/progmodes/idlw-shell.el      2012-09-12 08:04:10 +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-filename-completion)))
+    (comint-dynamic-complete-filename)))
 
 (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]