1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.

Fixes: debbugs:12418
This commit is contained in:
Jose Marino 2012-09-12 01:04:10 -07:00 committed by Glenn Morris
parent 1bfe31778b
commit a316d229e3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-09-12 Jose Marino <marinoj@nso.edu> (tiny change)
* progmodes/idlw-shell.el (idlwave-shell-complete-filename):
Fix 2011-05-17 change. (Bug#12418)
2012-09-11 Leo Liu <sdl.web@gmail.com>
* subr.el (ignore-errors): Mention with-demoted-errors in doc-string.

View file

@ -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-filename-completion)))
(comint-dynamic-complete-filename)))
(defun idlwave-shell-executive-command ()
"Return the name of the current executive command, if any."