Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:31:55 +0000 (09:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:31:55 +0000 (09:31 -0700)
commit25b4bfa0d11557a8041362ead77b8b1aff0f330d
tree8473c36bb70e190975cada2c75db3c7076ee87fc
parent6bf7006fa2efdb9d74451336335c1eeb833ddfb1
parent9f985e85e1c6a0a1a2e161a5f3bd35b09a3b73e1
Fix minor problems found by static checking.

* xdisp.c (string_from_display_spec): Don't assume vecsize fits in int.
* indent.c (Fvertical_motion): Fix == vs = typo.
src/ChangeLog