From: Richard M. Stallman Date: Sat, 17 Oct 1998 15:25:27 +0000 (+0000) Subject: (default-input-method): Fix custom type. X-Git-Tag: emacs-20.4~1471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83a03f4d38c8fd55be561f3eeab195b7ca311ff9;p=emacs.git (default-input-method): Fix custom type. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 34fff500454..7c71193f5f3 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -735,7 +735,7 @@ If nil, that means no input method is activated now.") This is the input method activated automatically by the command `toggle-input-method' (\\[toggle-input-method])." :group 'mule - :type 'string) + :type '(choice (const nil) string)) (defvar input-method-history nil "History list for some commands that read input methods.")