Mercurial > emacs
changeset 2295:0d8ce1b8ceee
Fix typo.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 21 Mar 1993 05:14:35 +0000 |
parents | 9bce20507666 |
children | 91fe00141e95 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sun Mar 21 05:11:23 1993 +0000 +++ b/src/xfns.c Sun Mar 21 05:14:35 1993 +0000 @@ -1434,7 +1434,7 @@ 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