mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(x_get_arg): Call Fintern, not intern.
This commit is contained in:
parent
72f21cdfe3
commit
8903221548
@ -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…
Reference in New Issue
Block a user