projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25439cb
)
Change variable which-func-unknown to "n/a"
author
Paul W. Rankin
<pwr@bydasein.com>
Tue, 24 May 2022 22:19:57 +0000
(18:19 -0400)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 25 May 2022 12:06:51 +0000
(14:06 +0200)
* lisp/progmodes/which-func.el (which-func-unknown): Change string
displayed in mode-line from "???" to "n/a"; the former appears to
indicate an error whereas the latter is more indicative that the
current function is not known.
lisp/progmodes/which-func.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/which-func.el
b/lisp/progmodes/which-func.el
index abe25f2c6333861e30ca61c4f21be22270e24d64..3c8d4f43dbc667bb59895e9d8cee6fe85239b78f 100644
(file)
--- a/
lisp/progmodes/which-func.el
+++ b/
lisp/progmodes/which-func.el
@@
-64,7
+64,7
@@
;; Variables for customization
;; ---------------------------
;;
-(defvar which-func-unknown "
???
"
+(defvar which-func-unknown "
n/a
"
"String to display in the mode line when current function is unknown.")
(defgroup which-func nil