emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b93c22e67d: Change variable which-func-unknown to "n/a"


From: Lars Ingebrigtsen
Subject: master b93c22e67d: Change variable which-func-unknown to "n/a"
Date: Wed, 25 May 2022 08:07:50 -0400 (EDT)

branch: master
commit b93c22e67dc856cfc15e488774ebff1f5d151e42
Author: Paul W. Rankin <pwr@bydasein.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Change variable which-func-unknown to "n/a"
    
    * 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el
index abe25f2c63..3c8d4f43db 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]