emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ccl.c [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/ccl.c [emacs-unicode-2]
Date: Wed, 17 Sep 2003 15:26:26 -0400

Index: emacs/src/ccl.c
diff -c emacs/src/ccl.c:1.82.4.1 emacs/src/ccl.c:1.82.4.2
*** emacs/src/ccl.c:1.82.4.1    Mon Sep  8 08:48:09 2003
--- emacs/src/ccl.c     Wed Sep 17 15:26:25 2003
***************
*** 1253,1259 ****
                  {
                    Lisp_Object opl;
                    opl = HASH_VALUE (h, op);
!                   if (! CHARACTERP (XINT (opl)))
                      CCL_INVALID_CMD;
                    reg[RRR] = charset_unicode;
                    reg[rrr] = op;
--- 1253,1259 ----
                  {
                    Lisp_Object opl;
                    opl = HASH_VALUE (h, op);
!                   if (! CHARACTERP (opl))
                      CCL_INVALID_CMD;
                    reg[RRR] = charset_unicode;
                    reg[rrr] = op;




reply via email to

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