diff src/keymap.c @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 9ea74add5d37
children cc15677e0335
line wrap: on
line diff
--- a/src/keymap.c	Mon Aug 13 11:00:13 2007 +0200
+++ b/src/keymap.c	Mon Aug 13 11:01:07 2007 +0200
@@ -1549,7 +1549,7 @@
 event_matches_key_specifier_p (struct Lisp_Event *event,
 			       Lisp_Object key_specifier)
 {
-  Lisp_Object event2;
+  Lisp_Object event2 = Qnil;
   int retval;
   struct gcpro gcpro1;
 
@@ -2226,7 +2226,7 @@
    map of the buffer in which the mouse was clicked in event0 is a click.
 
    It would be kind of nice if this were in Lisp so that this semi-hairy
-   semi-heuristic command-lookup behaviour could be readily understood and
+   semi-heuristic command-lookup behavior could be readily understood and
    customised.  However, this needs to be pretty fast, or performance of
    keyboard macros goes to shit; putting this in lisp slows macros down
    2-3x.  And they're already slower than v18 by 5-6x.