(mouse-buffer-menu-alist): Keep buffer names left aligned.
This commit is contained in:
parent
142ff4de25
commit
fc1f472bc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue