diff lisp/international/mule-cmds.el @ 23478:efd4275c55d4

(default-input-method): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Oct 1998 15:25:27 +0000
parents 0ab3d33ffd29
children f47eb2d1375c
line wrap: on
line diff
--- 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.")