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: Wed, 27 Aug 2008 17:14:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/27 17:14:32

Index: comint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/comint.el,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -b -r1.382 -r1.383
--- comint.el   27 Aug 2008 17:04:34 -0000      1.382
+++ comint.el   27 Aug 2008 17:14:32 -0000      1.383
@@ -2961,7 +2961,7 @@
          (message "No completions of %s" filename))
       (comint-dynamic-list-completions
        (mapcar 'comint-quote-filename completions)
-       filenondir))))
+       (comint-quote-filename filenondir)))))
 
 
 ;; This is bound locally in a *Completions* buffer to the list of




reply via email to

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