(x_get_arg): Call Fintern, not intern.
This commit is contained in:
parent
72f21cdfe3
commit
8903221548
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ x_get_arg (alist, param, attribute, class, type)
|
|||
|| !strcmp (XSTRING (tem)->data, "false"))
|
||||
return Qnil;
|
||||
else
|
||||
return intern (tem);
|
||||
return Fintern (tem, Qnil);
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue