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: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Fri, 03 Oct 2003 04:30:06 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.283 emacs/src/keymap.c:1.284
*** emacs/src/keymap.c:1.283    Mon Sep  1 11:45:56 2003
--- emacs/src/keymap.c  Fri Oct  3 04:30:05 2003
***************
*** 695,701 ****
          /* Loop over the char values represented in the vector.  */
          int len = ASIZE (binding);
          int c;
-         abort();
          for (c = 0; c < len; c++)
            {
              Lisp_Object character;
--- 695,700 ----




reply via email to

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