aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/executable.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-09-09 02:57:27 +0000
committerRichard M. Stallman <[email protected]>1997-09-09 02:57:27 +0000
commit9cbf5df254387455644f56fe812141ab36434225 (patch)
treeef459f2d7029ab7bee466e9c662d81a3696254d3 /lisp/progmodes/executable.el
parent233f3fb8deca3a616d46ea217834221d3dc6b2e1 (diff)
(executable-chmod): Fix customize type.
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r--lisp/progmodes/executable.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index a8734d965d..454090d508 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)