diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index e35bea81748..d01bddfab73 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1914,7 +1914,7 @@ and selects that window." (cons (cons (format - (format "%%%ds %%s%%s %%s" maxlen) + (format "%%-%ds %%s%%s %%s" maxlen) (buffer-name elt) (if (buffer-modified-p elt) "*" " ") (save-excursion |