emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/quail.el,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/international/quail.el,v
Date: Sun, 03 Sep 2006 14:00:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/09/03 14:00:20

Index: quail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/quail.el,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- quail.el    2 Sep 2006 23:31:33 -0000       1.146
+++ quail.el    3 Sep 2006 14:00:19 -0000       1.147
@@ -1095,7 +1095,7 @@
 
 Optional 6th arg PROPS is a property list annotating TRANS.  See the
 function `quail-define-rules' for the detail."
-  (if (null (stringp key))
+  (if (not (or (stringp key) (vectorp key)))
       (error "Invalid Quail key `%s'" key))
   (if (not (or (numberp trans) (stringp trans) (vectorp trans)
               (consp trans)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]