fix(emacs/lean-info): print stale when info is available

fix #127
This commit is contained in:
Soonho Kong 2014-09-03 10:28:37 -07:00
parent 25a48be470
commit 327e3a58bf

View file

@ -542,7 +542,7 @@ Take out \"BEGININFO\" and \"ENDINFO\" and Use \"ACK\" as a delim."
(format "\n%s with %s"
(propertize "overloaded" 'face 'font-lock-keyword-face)
overload-str))))
(when stale
(when (and stale str)
(setq str (format "[%s] %s"
(propertize "stale" 'face '(foreground-color . "red"))
str)))