Merge: Fix minor new problems caught by GCC 4.6.1.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 17:29:33 +0000 (10:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 17:29:33 +0000 (10:29 -0700)
1  2 
src/ChangeLog

diff --cc src/ChangeLog
@@@ -1,3 -1,11 +1,11 @@@
 -      Fix recently-introduced minor problems.
+ 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
 -      if (defined HAVE_GSETTINGS || define defined HAVE_GCONF), as it's
++      Fix minor new problems caught by GCC 4.6.1.
+       * term.c (init_tty): Remove unused local.
+       * xsettings.c (store_monospaced_changed): Define this function only
++      if (defined HAVE_GSETTINGS || defined HAVE_GCONF), as it's
+       not used otherwise.
  2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
  
        * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).