diff options
Diffstat (limited to 'lisp/proced.el')
-rw-r--r-- | lisp/proced.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/proced.el b/lisp/proced.el index 922e016a765..5c65edfe818 100644 --- a/lisp/proced.el +++ b/lisp/proced.el @@ -1924,8 +1924,8 @@ and \f (formfeed) at the end." (unless (bolp) (insert "\n")) (insert (current-time-string) - "\tBuffer `" (buffer-name obuf) "', " - (format "signal `%s'\n" (car args))) + (format-message "\tBuffer ā%sā, signal ā%sā\n" + (buffer-name obuf) (car args))) (goto-char (point-max)) (insert "\f\n"))))))) |