diff options
-rw-r--r-- | lisp/acdw-modeline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 21068bd..573a964 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el | |||
@@ -147,7 +147,7 @@ is, if point < mark." | |||
147 | (5 " C%C"))) | 147 | (5 " C%C"))) |
148 | " ")) | 148 | " ")) |
149 | (file-percentage-mode | 149 | (file-percentage-mode |
150 | (7 "%p%% ")) | 150 | ((-3 "%p") "%% ")) |
151 | ,(if (region-active-p) | 151 | ,(if (region-active-p) |
152 | (propertize (format "%s%-5d" | 152 | (propertize (format "%s%-5d" |
153 | (if (and (mark) | 153 | (if (and (mark) |