summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-10-05 08:33:16 -0500
committerCase Duckworth2021-10-05 08:33:16 -0500
commit007be7aa3da6aad2618feec3043ec0e12902b599 (patch)
tree8bfe3d2bada01af3e903671a3ce6ebe9d2242e12 /lisp
parentAdd spongebob-case (diff)
downloademacs-007be7aa3da6aad2618feec3043ec0e12902b599.tar.gz
emacs-007be7aa3da6aad2618feec3043ec0e12902b599.zip
Correct percentage display in modeline
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-modeline.el2
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)