From 74cbef7c45f2cbff99679ef54656ba369b049f71 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 12 Dec 2025 17:01:31 +0100 Subject: [PATCH] Fix :type in `antlr-tool-command' * lisp/progmodes/antlr-mode.el (antlr-tool-command): Give it a proper :type. --- lisp/progmodes/antlr-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 15c774a35d6..b31e44c3581 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -751,7 +751,7 @@ This variable should include all options passed to Antlr except the option \"-glib\" which is automatically suggested if necessary. OBSOLETE as user option - customize version dependent user options." - :type 'string) + :type '(choice (const nil) string)) (defcustom antlr-v4-tool-command "java org.antlr.v4.Tool" ;; you probably also need to add s/th like