emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c [emacs-unicode-2]
Date: Sun, 16 Nov 2003 20:06:39 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.282.4.2 emacs/src/keymap.c:1.282.4.3
*** emacs/src/keymap.c:1.282.4.2        Mon Sep 29 14:06:24 2003
--- emacs/src/keymap.c  Sun Nov 16 20:06:37 2003
***************
*** 1103,1114 ****
  
        if (CONSP (c))
        {
!         /* C may be a cons (FROM . TO) specifying a range of
!            characters.  */
!         if (CHARACTERP (XCAR (c)))
!           CHECK_CHARACTER_CDR (c);
!         else if (lucid_event_type_list_p (c))
            c = Fevent_convert_list (c);
        }
  
        if (SYMBOLP (c))
--- 1103,1114 ----
  
        if (CONSP (c))
        {
!         /* C may be a Lucid style event type list or a cons (FROM .
!            TO) specifying a range of characters.  */
!         if (lucid_event_type_list_p (c))
            c = Fevent_convert_list (c);
+         else if (CHARACTERP (XCAR (c)))
+           CHECK_CHARACTER_CDR (c);
        }
  
        if (SYMBOLP (c))




reply via email to

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