From 06a428f5fe4e9bf4593dcf2b44763add797d4e3a Mon Sep 17 00:00:00 2001 From: Zajcev Evgeny Date: Mon, 3 Feb 2025 00:23:38 +0300 Subject: [PATCH] Fix :type for the `telega-palette-context-ignore-list` Fixes https://t.me/emacs_telega/47621 --- telega-customize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telega-customize.el b/telega-customize.el index 471a9df..5f57f94 100644 --- a/telega-customize.el +++ b/telega-customize.el @@ -304,7 +304,7 @@ cell of endings for the button with LABEL." (defcustom telega-palette-context-ignore-list '(msg-header) "List of `telega-palette-context' values to ignore." - :type '(list symbol) + :type '(repeat symbol) :package-version '(telega . "0.8.292") :group 'telega)