# HG changeset patch # User Richard M. Stallman # Date 908637927 0 # Node ID efd4275c55d4186dc478421fa2eee363adcfdc4a # Parent d470109824f25f2655cd6cf14312da038db963b3 (default-input-method): Fix custom type. diff -r d470109824f2 -r efd4275c55d4 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Sat Oct 17 01:58:01 1998 +0000 +++ b/lisp/international/mule-cmds.el Sat Oct 17 15:25:27 1998 +0000 @@ -735,7 +735,7 @@ 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.")