diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-10-17 15:25:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-10-17 15:25:27 +0000 |
commit | 83a03f4d38c8fd55be561f3eeab195b7ca311ff9 (patch) | |
tree | c850d160554874a951e72f66dec4204502d0152a /lisp | |
parent | 2a44b43819bc32d9e5479ae5cde28ffd4f0b84f3 (diff) | |
download | emacs-83a03f4d38c8fd55be561f3eeab195b7ca311ff9.tar.gz emacs-83a03f4d38c8fd55be561f3eeab195b7ca311ff9.tar.bz2 emacs-83a03f4d38c8fd55be561f3eeab195b7ca311ff9.zip |
(default-input-method): Fix custom type.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |