# File bin/el4r-instance, line 295
    def funcall_internal(funcexpr, *args, &block)
      el4r_lisp_eval("(#{funcexpr} #{el4r_args_to_lispseq(*args, &block)})")
    end