diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-06 09:52:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-06 09:52:31 +0000 |
commit | b493fbdae95cd3ac01f5f263f68645afeb71c65f (patch) | |
tree | e71e7b144e683e8040606b52f1814a8feb38ec81 /leim | |
parent | 186b33523259a5655a936be15500a50a953b5982 (diff) | |
download | emacs-b493fbdae95cd3ac01f5f263f68645afeb71c65f.tar.gz |
Avoid error message due to commented-out input method.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/welsh.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/leim/quail/welsh.el b/leim/quail/welsh.el index 84a1f98fb3c..1bce3f659ad 100644 --- a/leim/quail/welsh.el +++ b/leim/quail/welsh.el @@ -116,7 +116,10 @@ ;; "hawlfraint" (copyright). Dyma arwyddlun hawlfraint. ("(h)" ?$,1W(B)) -;; (quail-define-package +;; In the following line paren changed to bracket to avoid an error +;; message from quail-update-leim-list-file, which doesn't know about +;; Lisp comments. +;; [quail-define-package ;; "welsh" "Welsh" "$,1!4(B" t ;; "Welsh postfix input method, using Latin-8" ;; nil t nil nil nil nil nil nil nil nil t) |