; * lisp/proced.el (proced-update): Display read syntax for filter value
Also eliminate unnecessary concat.
This commit is contained in:
parent
35d32c0dd8
commit
e55f61d1af
1 changed files with 1 additions and 1 deletions
|
|
@ -2027,7 +2027,7 @@ After updating a displayed Proced buffer run the normal hook
|
|||
(setq mode-name
|
||||
(concat "Proced"
|
||||
(if proced-filter
|
||||
(concat ": " (format "%s" proced-filter))
|
||||
(format ": %S" proced-filter)
|
||||
"")
|
||||
(if proced-sort
|
||||
(let* ((key (if (consp proced-sort) (car proced-sort)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue