From: Gerd Moellmann Date: Sun, 12 Dec 1999 12:23:08 +0000 (+0000) Subject: Indentation fixes. X-Git-Tag: emacs-pretest-21.0.90~5799 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b60fc911b60b64b80391342282849518e1945f6;p=emacs.git Indentation fixes. --- diff --git a/src/xfns.c b/src/xfns.c index 59fa8e0b536..9c3c551bf60 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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"),