From c4d09eefd646f9aa0fb78626b32881808ff9e27d Mon Sep 17 00:00:00 2001 From: Vedat Hallac Date: Tue, 29 May 2012 22:33:46 +0300 Subject: [PATCH] silent failure when eclimd-executable is invalid (#1) Corrected the customize UI for variable, eclimd-executable. --- eclimd.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclimd.el b/eclimd.el index 68bd1a6..6f04373 100644 --- a/eclimd.el +++ b/eclimd.el @@ -37,7 +37,8 @@ Set to nil to auto-discover from `eclim-executable' value (the default value). Set to \"eclimd\" if eclim and eclimd are in `exec-path'. Otherwise, set to the full path to eclimd executable." - :type 'string + :type '(choice (const :tag "Same directory as eclim-executable variable" nil) + (string :tag "Custom value" "eclimd")) :group 'eclimd) (defcustom eclimd-default-workspace