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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c [emacs-unicode-2]
Date: Mon, 29 Sep 2003 14:06:24 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.282.4.1 emacs/src/keymap.c:1.282.4.2
*** emacs/src/keymap.c:1.282.4.1        Mon Sep  8 08:48:11 2003
--- emacs/src/keymap.c  Mon Sep 29 14:06:24 2003
***************
*** 411,420 ****
  
        if (CHAR_TABLE_P (XCAR (list)))
        {
!         Lisp_Object indices[3];
! 
!         map_char_table (fix_submap_inheritance, Qnil,
!                         XCAR (list), keymap);
        }
      }
  
--- 411,417 ----
  
        if (CHAR_TABLE_P (XCAR (list)))
        {
!         map_char_table (fix_submap_inheritance, Qnil, XCAR (list), keymap);
        }
      }
  
***************
*** 685,691 ****
        }
        else if (CHAR_TABLE_P (binding))
        {
-         Lisp_Object indices[3];
          map_char_table (map_keymap_char_table_item, Qnil, binding,
                          Fcons (make_save_value (fun, 0),
                                 Fcons (make_save_value (data, 0),
--- 682,687 ----
***************
*** 1023,1029 ****
        Lisp_Object elt = XCAR (keymap);
        if (CHAR_TABLE_P (elt))
        {
-         Lisp_Object indices[3];
          elt = Fcopy_sequence (elt);
          map_char_table (copy_keymap_1, Qnil, elt, elt);
        }
--- 1019,1024 ----
***************
*** 1907,1914 ****
  
          if (CHAR_TABLE_P (elt))
            {
-             Lisp_Object indices[3];
- 
              map_char_table (accessible_keymaps_char_table, Qnil,
                              elt, Fcons (Fcons (maps, make_number 
(is_metized)),
                                          Fcons (tail, thisseq)));
--- 1902,1907 ----
***************
*** 2378,2384 ****
            }
          else if (CHAR_TABLE_P (elt))
            {
-             Lisp_Object indices[3];
              Lisp_Object args;
  
              args = Fcons (Fcons (Fcons (definition, noindirect),
--- 2371,2376 ----




reply via email to

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