emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el,v
Date: Thu, 25 Sep 2008 19:26:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/25 19:26:03

Index: comint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/comint.el,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -b -r1.384 -r1.385
--- comint.el   19 Sep 2008 00:37:32 -0000      1.384
+++ comint.el   25 Sep 2008 19:26:03 -0000      1.385
@@ -2848,7 +2848,7 @@
             ;; may have a different case than what's in the prompt,
             ;; if read-file-name-completion-ignore-case is non-nil,
             (delete-region filename-beg filename-end)
-            (if filedir (insert filedir))
+            (if filedir (insert (comint-quote-filename filedir)))
             (insert (comint-quote-filename (directory-file-name completion)))
             (cond ((symbolp (file-name-completion completion directory))
                    ;; We inserted a unique completion.




reply via email to

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