Additional minor fix to (Bug#8539).
* lisp/buff-menu.el (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column.
This commit is contained in:
parent
b4d52accc5
commit
4ac619f07b
2 changed files with 6 additions and 3 deletions
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
|
||||
|
||||
* buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort):
|
||||
Use Buffer-menu-buffer-column (Bug#8539).
|
||||
* buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
|
||||
(Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
|
||||
(Bug#8539).
|
||||
|
||||
2011-05-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -688,7 +688,9 @@ For more information, see the function `buffer-menu'."
|
|||
(concat name
|
||||
(propertize (make-string (- name+space-width (string-width name))
|
||||
?\s)
|
||||
'display `(space :align-to ,(+ 4 name+space-width)))
|
||||
'display `(space :align-to
|
||||
,(+ Buffer-menu-buffer-column
|
||||
name+space-width)))
|
||||
size)))
|
||||
|
||||
(defun Buffer-menu-sort (column)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue