From 5ee3742d67de57b54d90684c0ec36622dcdd6466 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:12:13 +0000 Subject: [PATCH] (ex-unix-type-shell): Fix customize type. --- lisp/emulation/viper-ex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index dc4d1c3eebd..4d3b8fd0921 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -151,7 +151,7 @@ "\\)") shell-file-name))) "Is the user using a unix-type shell under a non-OS?" - :type 'string + :type 'boolean :group 'viper-ex) (defcustom ex-unix-type-shell-options -- 2.39.5