parent
25a48be470
commit
327e3a58bf
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ Take out \"BEGININFO\" and \"ENDINFO\" and Use \"ACK\" as a delim."
|
||||||
(format "\n%s with %s"
|
(format "\n%s with %s"
|
||||||
(propertize "overloaded" 'face 'font-lock-keyword-face)
|
(propertize "overloaded" 'face 'font-lock-keyword-face)
|
||||||
overload-str))))
|
overload-str))))
|
||||||
(when stale
|
(when (and stale str)
|
||||||
(setq str (format "[%s] %s"
|
(setq str (format "[%s] %s"
|
||||||
(propertize "stale" 'face '(foreground-color . "red"))
|
(propertize "stale" 'face '(foreground-color . "red"))
|
||||||
str)))
|
str)))
|
||||||
|
|
Loading…
Reference in a new issue