]> git.eshelyaron.com Git - emacs.git/commitdiff
Indentation fixes.
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Dec 1999 12:23:08 +0000 (12:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Dec 1999 12:23:08 +0000 (12:23 +0000)
src/xfns.c

index 59fa8e0b536978ac23552f341168d7d521a14df4..9c3c551bf60e3d67a65d483c9361c92bbd6e1821 100644 (file)
@@ -3736,7 +3736,7 @@ This function is an internal primitive--use `make-frame' instead.")
   x_default_parameter (f, parms, Qforeground_color, build_string ("black"),
                       "foreground", "Foreground", RES_TYPE_STRING);
   x_default_parameter (f, parms, Qbackground_color, build_string ("white"),
-                          "background", "Background", RES_TYPE_STRING);
+                      "background", "Background", RES_TYPE_STRING);
   x_default_parameter (f, parms, Qmouse_color, build_string ("black"),
                       "pointerColor", "Foreground", RES_TYPE_STRING);
   x_default_parameter (f, parms, Qcursor_color, build_string ("black"),