Mercurial > emacs
changeset 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 | d470109824f2 |
children | 8256c4d22113 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.")