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

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

[elpa] externals/mct 00a8dccf82 08/21: Fix mct-live-completion :type for


From: ELPA Syncer
Subject: [elpa] externals/mct 00a8dccf82 08/21: Fix mct-live-completion :type for one option
Date: Sat, 25 Mar 2023 15:59:00 -0400 (EDT)

branch: externals/mct
commit 00a8dccf82967457b46c74b25c04cbaa62fbfe7f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix mct-live-completion :type for one option
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index bf2d0f1a6a..dbc2d059eb 100644
--- a/mct.el
+++ b/mct.el
@@ -119,7 +119,7 @@ Also see `mct-completion-window-size'."
   :type '(choice
           (const :tag "Disable live-updating" nil)
           (const :tag "Enable live-updating" t)
-          (const :tag "Live update only visible Completions" 'visible))
+          (const :tag "Live update only visible Completions" visible))
   :group 'mct)
 
 (defcustom mct-minimum-input 3



reply via email to

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