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: Sat, 02 Sep 2006 23:31:33 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/09/02 23:31:33

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




reply via email to

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