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

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

[nongnu] elpa/symbol-overlay 7d77f2e962 091/152: Declare symbol-overlay-


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay 7d77f2e962 091/152: Declare symbol-overlay-ignore-functions's custom type
Date: Thu, 7 Jul 2022 12:04:18 -0400 (EDT)

branch: elpa/symbol-overlay
commit 7d77f2e9628c405ea4f35e42b6d375211b582820
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Declare symbol-overlay-ignore-functions's custom type
---
 symbol-overlay.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index 2252f0eb40..e05275b7fc 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -159,8 +159,8 @@ This is an association list that maps a MAJOR-MODE symbol 
to a
 function that determines whether a symbol should be ignored. For
 instance, such a function could use a major mode's font-lock
 definitions to prevent a language's keywords from getting highlighted."
-  :group 'symbol-overlay)
-;; todo: add :type
+  :group 'symbol-overlay
+  :type '(repeat (cons (function :tag "Mode") function)))
 
 (defvar symbol-overlay-map
   (let ((map (make-sparse-keymap)))



reply via email to

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