]> git.eshelyaron.com Git - emacs.git/commit
* lisp/proced.el: Fix behavior with variable-pitch `header-line` face
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Oct 2020 22:21:48 +0000 (18:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 11 Oct 2020 22:21:48 +0000 (18:21 -0400)
commit608782b3474abc317e64064929ad7351506540ed
tree44a7a9d2200d4917f27d9c800bfeb1fc54dd9c87
parent905d08c98a5b6f5a9be1618049aa34ca8df4b6df
* lisp/proced.el: Fix behavior with variable-pitch `header-line` face

Also, use lexical-scoping.  Remove redundant `:group` args.
(proced-process-alist, proced-header-line): Use `defvar-local`
(proced-header-line): Put :align-to on spaces to improve result with
variable-pitch header-line face.
(proced-filter, proced-format): Use a closure instead of `(lambda ...).
lisp/proced.el