summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-modeline.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 9963309..21068bd 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el
@@ -36,10 +36,10 @@ Otherwise, cdr should be a function that takes two points (see `count-words')."
36 (propertize (concat " " 36 (propertize (concat " "
37 (truncate-string (/ (window-total-width) 2) 37 (truncate-string (/ (window-total-width) 2)
38 (buffer-name) "~")) 38 (buffer-name) "~"))
39 'face 39 'face 'bold
40 (if (buffer-modified-p) 40 ;; (if (buffer-modified-p)
41 'font-lock-warning-face 41 ;; 'font-lock-warning-face
42 'font-lock-type-face) 42 ;; 'font-lock-type-face)
43 'help-echo (or (buffer-file-name) 43 'help-echo (or (buffer-file-name)
44 (buffer-name)))) 44 (buffer-name))))
45 45