mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-19 04:21:45 -07:00
(wrong_type_argument): Remove mocklisp case.
This commit is contained in:
parent
39cf8566cd
commit
a4bb6871d3
1 changed files with 0 additions and 9 deletions
|
|
@ -114,15 +114,6 @@ wrong_type_argument (predicate, value)
|
|||
register Lisp_Object tem;
|
||||
do
|
||||
{
|
||||
if (!EQ (Vmocklisp_arguments, Qt))
|
||||
{
|
||||
if (STRINGP (value) &&
|
||||
(EQ (predicate, Qintegerp) || EQ (predicate, Qinteger_or_marker_p)))
|
||||
return Fstring_to_number (value, Qnil);
|
||||
if (INTEGERP (value) && EQ (predicate, Qstringp))
|
||||
return Fnumber_to_string (value);
|
||||
}
|
||||
|
||||
/* If VALUE is not even a valid Lisp object, abort here
|
||||
where we can get a backtrace showing where it came from. */
|
||||
if ((unsigned int) XGCTYPE (value) >= Lisp_Type_Limit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue