1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

Fix typo.

This commit is contained in:
Jim Blandy 1993-03-21 05:14:35 +00:00
parent 49795535f1
commit 8bc59570d7

View file

@ -1434,7 +1434,7 @@ x_get_arg (alist, param, attribute, class, type)
if (!strcmp (XSTRING (tem)->data, "on")
|| !strcmp (XSTRING (tem)->data, "true"))
return Qt;
else (!strcmp (XSTRING (tem)->data, "off")
else if (!strcmp (XSTRING (tem)->data, "off")
|| !strcmp (XSTRING (tem)->data, "false"))
return Qnil;
else