aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorDave Love2001-02-07 23:59:40 +0000
committerDave Love2001-02-07 23:59:40 +0000
commit6a44f20fb5fa8b7bbfc9fb56cb88ae58f3efbe2a (patch)
tree13d2e5acf38957612f0a0466ddc9ec0cb2ba2fa7 /lisp/eshell
parentfc31a1c3e10079191d1db357689b1c6cab7f7c46 (diff)
downloademacs-6a44f20fb5fa8b7bbfc9fb56cb88ae58f3efbe2a.tar.gz
emacs-6a44f20fb5fa8b7bbfc9fb56cb88ae58f3efbe2a.zip
(eshell-skip-prompt-function): Fix :type.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-mode.el2
1 files changed, 1 insertions, 1 deletions
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'."
188 188
189(defcustom eshell-skip-prompt-function nil 189(defcustom eshell-skip-prompt-function nil
190 "*A function called from beginning of line to skip the prompt." 190 "*A function called from beginning of line to skip the prompt."
191 :type 'function 191 :type '(choice (const nil) function)
192 :group 'eshell-mode) 192 :group 'eshell-mode)
193 193
194(defcustom eshell-status-in-modeline t 194(defcustom eshell-status-in-modeline t