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

Diff of /emacs/src/keyboard.c

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

revision 1.725 by lektu, Tue Feb 4 14:03:12 2003 UTC revision 1.726 by kfstorm, Wed Feb 12 23:13:43 2003 UTC
# Line 1557  command_loop_1 () Line 1557  command_loop_1 ()
1557        if (SYMBOLP (cmd))        if (SYMBOLP (cmd))
1558          {          {
1559            Lisp_Object cmd1;            Lisp_Object cmd1;
1560            if (cmd1 = Fremap_command (cmd), !NILP (cmd1))            if (cmd1 = Fcommand_remapping (cmd), !NILP (cmd1))
1561              cmd = cmd1;              cmd = cmd1;
1562          }          }
1563    

Legend:
Removed from v.1.725  
changed lines
  Added in v.1.726

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