emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el,v
Date: Thu, 01 May 2008 00:07:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/05/01 00:07:14

Index: ibuf-ext.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ibuf-ext.el,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- ibuf-ext.el 25 Jan 2008 05:38:31 -0000      1.65
+++ ibuf-ext.el 1 May 2008 00:07:13 -0000       1.66
@@ -1039,7 +1039,9 @@
                                       dired-directory
                                     (car dired-directory))))
                              (and dired-dir
-                                  (expand-file-name dired-dir))))))
+                                  (expand-file-name dired-dir))))
+                      (and (eq major-mode 'vc-dir-mode)
+                           (bound-and-true-p default-directory))))
     (string-match qualifier it)))
 
 ;;;###autoload (autoload 'ibuffer-filter-by-size-gt  "ibuf-ext")




reply via email to

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