Mercurial > emacs
changeset 28213:2851f83ea432
(quail-set-keyboard-layout): Typo fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 20 Mar 2000 23:44:27 +0000 |
parents | 7252a5d43f22 |
children | 73c16c6e401e |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Mon Mar 20 14:08:44 2000 +0000 +++ b/lisp/international/quail.el Mon Mar 20 23:44:27 2000 +0000 @@ -585,7 +585,7 @@ function tells Quail system the layout of your keyboard so that what you type is correctly handled." (interactive - (let* ((completing-ignore-case t) + (let* ((completion-ignore-case t) (type (completing-read "Keyboard type: " quail-keyboard-layout-alist))) (list type)))