]> code.delx.au - gnu-emacs/blobdiff - src/keymap.c
Merge: Minor changes for problems found by GCC 4.5.2's static checks.
[gnu-emacs] / src / keymap.c
index 0e4715e4b8b321bac22c75716e6eda6934e95ee2..4459ef07d68eb190539058d348886c64773609e6 100644 (file)
@@ -2756,7 +2756,7 @@ remapped command in the returned list.  */)
       && !NILP (firstonly)
       && !NILP (tem = Fget (definition, QCadvertised_binding)))
     {
-      /* We have a list of advertized bindings.  */
+      /* We have a list of advertised bindings.  */
       while (CONSP (tem))
        if (EQ (shadow_lookup (keymaps, XCAR (tem), Qnil, 0), definition))
          return XCAR (tem);
@@ -3219,7 +3219,7 @@ static void
 describe_command (Lisp_Object definition, Lisp_Object args)
 {
   register Lisp_Object tem1;
-  int column = (int) current_column (); /* iftc */
+  EMACS_INT column = current_column ();
   int description_column;
 
   /* If column 16 is no good, go to col 32;