(define-ibuffer-column filename): If `dired-directory' is a list, use its car.
From: Daniel Brockman <daniel@brockman.se> (tiny change)
This commit is contained in:
parent
11efeb9b26
commit
2baf64db72
1 changed files with 3 additions and 1 deletions
|
|
@ -1688,7 +1688,9 @@ If point is on a group name, this function operates on that group."
|
|||
(abbreviate-file-name
|
||||
(or buffer-file-name
|
||||
(and (boundp 'dired-directory)
|
||||
dired-directory)
|
||||
(if (stringp dired-directory)
|
||||
dired-directory
|
||||
(car dired-directory)))
|
||||
""))))
|
||||
|
||||
(define-ibuffer-column filename-and-process
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue