From 9cbf5df254387455644f56fe812141ab36434225 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Sep 1997 02:57:27 +0000 Subject: [PATCH] (executable-chmod): Fix customize type. --- lisp/progmodes/executable.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index a8734d965de..454090d508b 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -95,7 +95,8 @@ When this is `function', only ask when called non-interactively." This mode passed to `set-file-modes' is taken absolutely when negative, or relative to the files existing modes. Do nothing if this is nil. Typical values are 73 (+x) or -493 (rwxr-xr-x)." - :type 'integer + :type '(choice integer + (const nil)) :group 'executable) -- 2.39.2