read_file_name (Lisp_Object default_filename, Lisp_Object mustmatch,
Lisp_Object initial, Lisp_Object predicate)
{
- return CALLN (Ffuncall, Qread_file_name,
+ return calln (Qread_file_name,
callint_message, Qnil, default_filename,
mustmatch, initial, predicate);
}
/* Like call0 but stringify and intern. */
#define CALL0I(fun) \
- CALLN (Ffuncall, intern_c_string (STR (fun)))
+ calln (intern_c_string (STR (fun)))
/* Like call1 but stringify and intern. */
#define CALL1I(fun, arg) \
- CALLN (Ffuncall, intern_c_string (STR (fun)), arg)
+ calln (intern_c_string (STR (fun)), arg)
/* Like call2 but stringify and intern. */
#define CALL2I(fun, arg1, arg2) \
- CALLN (Ffuncall, intern_c_string (STR (fun)), arg1, arg2)
+ calln (intern_c_string (STR (fun)), arg1, arg2)
/* Like call4 but stringify and intern. */
#define CALL4I(fun, arg1, arg2, arg3, arg4) \
- CALLN (Ffuncall, intern_c_string (STR (fun)), arg1, arg2, arg3, arg4)
+ calln (intern_c_string (STR (fun)), arg1, arg2, arg3, arg4)
#define DECL_BLOCK(name, func) \
gcc_jit_block *(name) = \
/* String containing the function ptr name. */
Lisp_Object f_ptr_name =
- CALLN (Ffuncall, intern_c_string ("comp-c-func-name"),
+ calln (intern_c_string ("comp-c-func-name"),
subr_sym, make_string ("R", 1));
gcc_jit_type *f_ptr_type =
if (!NILP (Vnative_comp_enable_subr_trampolines)
&& SUBRP (function)
&& !NATIVE_COMP_FUNCTIONP (function))
- CALLN (Ffuncall, Qcomp_subr_trampoline_install, symbol);
+ calln (Qcomp_subr_trampoline_install, symbol);
#endif
set_symbol_function (symbol, definition);
funcall_subr (XSUBR (watcher), ARRAYELTS (args), args);
}
else
- CALLN (Ffuncall, watcher, symbol, newval, operation, where);
+ calln (watcher, symbol, newval, operation, where);
}
unbind_to (count, Qnil);
xstrdup (SSDATA (message)));
record_unwind_protect_ptr (with_delayed_message_cancel, timer);
- Lisp_Object result = CALLN (Ffuncall, function);
+ Lisp_Object result = calln (function);
return unbind_to (count, result);
}
if (!NILP (Vkey_translation_map))
{
Lisp_Object msg = build_unibyte_string ("Key translations");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
Vkey_translation_map, Qnil, Qnil, prefix,
msg, nomenu, Qt, Qnil, Qnil, buffer);
}
if (!NILP (start1))
{
Lisp_Object msg = build_unibyte_string ("\f\nOverriding Bindings");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
start1, Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
shadow = Fcons (start1, shadow);
if (!NILP (start1))
{
Lisp_Object msg = build_unibyte_string ("\f\nOverriding Bindings");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
start1, Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
shadow = Fcons (start1, shadow);
if (!NILP (start1))
{
Lisp_Object msg = build_unibyte_string ("\f\n`keymap' Property Bindings");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
start1, Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
shadow = Fcons (start1, shadow);
*p = 0;
Lisp_Object msg = build_unibyte_string (title);
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
maps[i], Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
shadow = Fcons (maps[i], shadow);
CALLN (Fformat,
build_unibyte_string ("\f\n`%s' Major Mode Bindings"),
XBUFFER (buffer)->major_mode_);
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
start1, Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
}
else
{
Lisp_Object msg = build_unibyte_string ("\f\n`local-map' Property Bindings");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
start1, Qt, shadow, prefix,
msg, nomenu, Qnil, Qnil, Qnil, buffer);
}
}
Lisp_Object msg = build_unibyte_string ("\f\nGlobal Bindings");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
current_global_map, Qt, shadow, prefix,
msg, nomenu, Qnil, Qt, Qnil, buffer);
if (!NILP (KVAR (current_kboard, Vlocal_function_key_map)))
{
Lisp_Object msg = build_unibyte_string ("\f\nFunction key map translations");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
KVAR (current_kboard, Vlocal_function_key_map), Qnil, Qnil, prefix,
msg, nomenu, Qt, Qnil, Qnil, buffer);
}
if (!NILP (KVAR (current_kboard, Vinput_decode_map)))
{
Lisp_Object msg = build_unibyte_string ("\f\nInput decoding map translations");
- CALLN (Ffuncall,
- Qhelp__describe_map_tree,
+ calln (Qhelp__describe_map_tree,
KVAR (current_kboard, Vinput_decode_map), Qnil, Qnil, prefix,
msg, nomenu, Qt, Qnil, Qnil, buffer);
}
STRING_MULTIBYTE (prompt));
}
- prompt = CALLN (Ffuncall, Qformat_prompt,
- prompt,
+ prompt = calln (Qformat_prompt, prompt,
CONSP (def) ? XCAR (def) : def);
}
See also `completing-read-function'. */)
(Lisp_Object prompt, Lisp_Object collection, Lisp_Object predicate, Lisp_Object require_match, Lisp_Object initial_input, Lisp_Object hist, Lisp_Object def, Lisp_Object inherit_input_method)
{
- return CALLN (Ffuncall,
- Fsymbol_value (Qcompleting_read_function),
+ return calln (Fsymbol_value (Qcompleting_read_function),
prompt, collection, predicate, require_match, initial_input,
hist, def, inherit_input_method);
}
error ("No other Lisp threads can be running when this function is called");
#ifdef HAVE_NATIVE_COMP
- CALLN (Ffuncall, intern_c_string ("load--fixup-all-elns"));
+ calln (intern_c_string ("load--fixup-all-elns"));
#endif
check_pure_size ();
record_unwind_current_buffer ();
set_buffer_internal (XBUFFER (Vprint__unreadable_callback_buffer));
}
- Lisp_Object result = CALLN (Ffuncall, func, obj,
- escapeflag? Qt: Qnil);
+ Lisp_Object result = calln (func, obj, escapeflag? Qt: Qnil);
unbind_to (count, Qnil);
if (!NILP (result))
&& !(SYMBOLP (pred) && !NILP (Fget (pred, Qtreesit_thing_symbol))))
{
Lisp_Object lisp_node = make_treesit_node (parser, node);
- return !NILP (CALLN (Ffuncall, pred, lisp_node));
+ return !NILP (calln (pred, lisp_node));
}
else if (SYMBOLP (pred) && BASE_EQ (pred, Qnamed))
{
return false;
Lisp_Object lisp_node = make_treesit_node (parser, node);
- if (NILP (CALLN (Ffuncall, cdr, lisp_node)))
+ if (NILP (calln (cdr, lisp_node)))
return false;
return true;
TSNode node = ts_tree_cursor_current_node (cursor);
Lisp_Object lisp_node = make_treesit_node (parser, node);
if (!NILP (process_fn))
- lisp_node = CALLN (Ffuncall, process_fn, lisp_node);
+ lisp_node = calln (process_fn, lisp_node);
Lisp_Object this = Fcons (lisp_node, Qnil);
Fsetcdr (parent, Fcons (this, Fcdr (parent)));