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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Mon, 21 Nov 2005 18:32:13 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.308 emacs/src/keymap.c:1.309
*** emacs/src/keymap.c:1.308    Wed Nov  9 07:48:38 2005
--- emacs/src/keymap.c  Mon Nov 21 23:32:12 2005
***************
*** 2379,2385 ****
        value = Flookup_key (XCAR (tail), key, flag);
        if (NATNUMP (value))
        {
!         value = Flookup_key (XCAR (tail), Fsubstring (key, 0, value), flag);
          if (!NILP (value))
            return Qnil;
        }
--- 2379,2386 ----
        value = Flookup_key (XCAR (tail), key, flag);
        if (NATNUMP (value))
        {
!         value = Flookup_key (XCAR (tail),
!                              Fsubstring (key, make_number (0), value), flag);
          if (!NILP (value))
            return Qnil;
        }




reply via email to

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