branch: externals/mct commit 97821a5074ad13fd8f18e73758408b5963506071 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix missing parenthesis from latest commit --- mct.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct.el b/mct.el index 6a04641233..282f4830c4 100644 --- a/mct.el +++ b/mct.el @@ -41,7 +41,7 @@ A layer of interactivity that integrates the standard minibuffer and the Completions." :group 'minibuffer :link '(info-link "(mct) Top") - :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/mct") + :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/mct")) (make-obsolete 'mct-completion-windows-regexp 'mct--completions-window-name "0.5.0")