# HG changeset patch # User Kenichi Handa # Date 953595867 0 # Node ID 2851f83ea43243d0c674438052c252936cc2d1be # Parent 7252a5d43f2282b783cdd4364a1180acaff7f730 (quail-set-keyboard-layout): Typo fixed. diff -r 7252a5d43f22 -r 2851f83ea432 lisp/international/quail.el --- 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)))