/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.240 by monnier, Thu Oct 18 22:14:34 2001 UTC revision 1.241 by pj, Sun Oct 28 10:52:19 2001 UTC
# Line 541  access_keymap (map, idx, t_ok, noinherit Line 541  access_keymap (map, idx, t_ok, noinherit
541          else if (CONSP (binding))          else if (CONSP (binding))
542            {            {
543              Lisp_Object key = XCAR (binding);              Lisp_Object key = XCAR (binding);
544              int c1, c2, charset;              int c1, c2;
545                            
546              if (EQ (key, idx))              if (EQ (key, idx))
547                val = XCDR (binding);                val = XCDR (binding);

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26