# HG changeset patch # User John Paul Wallington # Date 1209599438 0 # Node ID 122329aa3a92124a680d0cc05478682ea6692292 # Parent c7dd1427c429f77d1d39d2dbca72d4e38c966827 (define-ibuffer-column filename): When the major mode is `vc-dir-mode' show the buffer's default directory. diff -r c7dd1427c429 -r 122329aa3a92 lisp/ibuffer.el --- a/lisp/ibuffer.el Wed Apr 30 19:03:54 2008 +0000 +++ b/lisp/ibuffer.el Wed Apr 30 23:50:38 2008 +0000 @@ -1759,6 +1759,8 @@ (if (stringp dired-directory) dired-directory (car dired-directory))) + (and (eq major-mode 'vc-dir-mode) + (bound-and-true-p default-directory)) "")))) (define-ibuffer-column filename-and-process