]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mode): Call propertized-buffer-identification to
authorGerd Moellmann <gerd@gnu.org>
Sun, 20 Feb 2000 15:59:26 +0000 (15:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 20 Feb 2000 15:59:26 +0000 (15:59 +0000)
set mode-line-buffer-identification with text properties added.

lisp/dired.el

index 7359153066856163f1b4ee126170d7edf540f5ff..761e57994172e227a013e2efc62b09a32363aea0 100644 (file)
@@ -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)