From 0560c209ff1717f61c046f6580169b62ac63bc20 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 08:50:14 +0000 Subject: [PATCH] (comint-input-autoexpand): Use `other' widget type. --- lisp/comint.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/comint.el b/lisp/comint.el index 370564617c9..01022a33c00 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -197,9 +197,9 @@ into the buffer's input ring. See also `comint-magic-space' and This variable is buffer-local." :type '(choice (const :tag "off" nil) - (const :tag "on" t) (const input) - (const history)) + (const history) + (other :tag "on" t)) :group 'comint) (defcustom comint-input-ignoredups nil -- 2.39.2