Mercurial > emacs
changeset 35974:0faaf71003ac
(eshell-skip-prompt-function): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 07 Feb 2001 23:59:40 +0000 |
parents | a22faec8284f |
children | a6d7df85ca41 |
files | lisp/eshell/esh-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-mode.el Wed Feb 07 23:58:30 2001 +0000 +++ b/lisp/eshell/esh-mode.el Wed Feb 07 23:59:40 2001 +0000 @@ -188,7 +188,7 @@ (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