(list-buffers-noselect): Use abbreviate-file-name
to display file names.
This commit is contained in:
parent
d35fce81ae
commit
1a4280fb47
2 changed files with 6 additions and 1 deletions
|
@ -566,7 +566,7 @@ The R column contains a % for buffers that are read-only."
|
|||
(indent-to 40 1)
|
||||
(or file (setq file this-buffer-directory))
|
||||
(if file
|
||||
(princ file))
|
||||
(princ (abbreviate-file-name file)))
|
||||
(princ "\n"))))
|
||||
(setq bl (cdr bl))))
|
||||
(Buffer-menu-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue