aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-02-20 15:59:26 +0000
committerGerd Moellmann <[email protected]>2000-02-20 15:59:26 +0000
commit0acdf642cfbffe8bd800dd641a6c3132a9f718c6 (patch)
tree783903d71b2b0c652a30ed01524a66c6f9f9a387
parentec9db7a797088154d2eb96d33d3a03e2b7363515 (diff)
(dired-mode): Call propertized-buffer-identification to
set mode-line-buffer-identification with text properties added.
-rw-r--r--lisp/dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 7359153066..761e579941 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1175,7 +1175,8 @@ Keybindings:
;; case-fold-search nil
buffer-read-only t
selective-display t ; for subdirectory hiding
- mode-line-buffer-identification '("%17b"))
+ mode-line-buffer-identification
+ (propertized-buffer-identification "%17b"))
(set (make-local-variable 'revert-buffer-function)
(function dired-revert))
(set (make-local-variable 'page-delimiter)