/[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.306 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.307 by kfstorm, Mon Sep 12 10:26:35 2005 UTC
# Line 750  usage: (map-keymap FUNCTION KEYMAP)  */) Line 750  usage: (map-keymap FUNCTION KEYMAP)  */)
750      Fsignal (Qinvalid_function, Fcons (function, Qnil));      Fsignal (Qinvalid_function, Fcons (function, Qnil));
751    if (! NILP (sort_first))    if (! NILP (sort_first))
752      return call3 (intern ("map-keymap-internal"), function, keymap, Qt);      return call3 (intern ("map-keymap-internal"), function, keymap, Qt);
753          
754    map_keymap (keymap, map_keymap_call, function, NULL, 1);    map_keymap (keymap, map_keymap_call, function, NULL, 1);
755    return Qnil;    return Qnil;
756  }  }
# Line 2844  You type        Translation\n\ Line 2844  You type        Translation\n\
2844              insert (buf, bufend - buf);              insert (buf, bufend - buf);
2845    
2846              insert ("\n", 1);              insert ("\n", 1);
2847    
2848                /* Insert calls signal_after_change which may GC. */
2849                translate = SDATA (Vkeyboard_translate_table);
2850            }            }
2851    
2852        insert ("\n", 1);        insert ("\n", 1);

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307

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