]> 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 1fbb40f1270484446963fc38c52882bf313dea73..4459ef07d68eb190539058d348886c64773609e6 100644 (file)
@@ -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;