emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hiddenquote 6d4bb9bfc0: Really supress tooltips on hidd


From: ELPA Syncer
Subject: [elpa] externals/hiddenquote 6d4bb9bfc0: Really supress tooltips on hiddenquote-character widget
Date: Wed, 26 Oct 2022 19:57:44 -0400 (EDT)

branch: externals/hiddenquote
commit 6d4bb9bfc02613bf3d66de84ed3320e4b413a7f6
Author: Mauro Aranda <maurooaranda@gmail.com>
Commit: Mauro Aranda <maurooaranda@gmail.com>

    Really supress tooltips on hiddenquote-character widget
    
    * hiddenquote.el (hiddenquote-character): Make :help-echo nil, so no
    tooltip is shown.
---
 hiddenquote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hiddenquote.el b/hiddenquote.el
index 5bbecc4b65..4b35099d8b 100644
--- a/hiddenquote.el
+++ b/hiddenquote.el
@@ -776,7 +776,7 @@ values."
   :value-to-internal (lambda (_widget value)
                        (if (stringp value) value (char-to-string value)))
   :keymap hiddenquote-character-map
-  :help-echo "")
+  :help-echo nil)
 
 (define-widget 'hiddenquote-timer 'item
   "A widget that shows the elapsed time starting from its creation."



reply via email to

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