summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 8861ccf6d33..18b46dc8ece 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -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)