From 6a44f20fb5fa8b7bbfc9fb56cb88ae58f3efbe2a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 7 Feb 2001 23:59:40 +0000 Subject: [PATCH] (eshell-skip-prompt-function): Fix :type. --- lisp/eshell/esh-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 5da511626c5..d0393df4153 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -188,7 +188,7 @@ This is used by `eshell-watch-for-password-prompt'." (defcustom eshell-skip-prompt-function nil "*A function called from beginning of line to skip the prompt." - :type 'function + :type '(choice (const nil) function) :group 'eshell-mode) (defcustom eshell-status-in-modeline t -- 2.11.4.GIT