# File bin/el4r-instance, line 1001
  def elisp(&block)
    $el.outer = self
    $el.instance_eval(&block)
  end