Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.edu
[bpt/emacs.git] / src / xdisp.c
index 88d61a6..bb91d6f 100644 (file)
@@ -22674,7 +22674,7 @@ decode_mode_spec (struct window *w, register int c, int field_width,
        return decode_mode_spec_buf;
     no_value:
         {
-         charp = decode_mode_spec_buf;
+         char *p = decode_mode_spec_buf;
          int pad = width - 2;
          while (pad-- > 0)
            *p++ = ' ';