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:
parent
49795535f1
commit
8bc59570d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue