changeset 19830:521f5765e7ce

(executable-chmod): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 02:57:27 +0000
parents 4344b744de2f
children a517c846d04e
files lisp/progmodes/executable.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/executable.el	Tue Sep 09 02:56:56 1997 +0000
+++ b/lisp/progmodes/executable.el	Tue Sep 09 02:57:27 1997 +0000
@@ -95,7 +95,8 @@
 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)