From: Gerd Moellmann Date: Thu, 13 Jul 2000 23:45:21 +0000 (+0000) Subject: (eval_form): Make it externally visible. X-Git-Tag: emacs-pretest-21.0.90~2843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71e5b1b87f023c1e79b308e8b1170c1ecb864295;p=emacs.git (eval_form): Make it externally visible. --- diff --git a/src/xdisp.c b/src/xdisp.c index be2237ea67f..4afe2fd40ca 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -628,7 +628,6 @@ static struct text_pos display_prop_end P_ ((struct it *, Lisp_Object, struct text_pos)); static int compute_window_start_on_continuation_line P_ ((struct window *)); static Lisp_Object eval_handler P_ ((Lisp_Object)); -static Lisp_Object eval_form P_ ((Lisp_Object)); static void insert_left_trunc_glyphs P_ ((struct it *)); static struct glyph_row *get_overlay_arrow_glyph_row P_ ((struct window *)); static void extend_face_to_end_of_line P_ ((struct it *)); @@ -1063,7 +1062,7 @@ eval_handler (arg) /* Evaluate SEXPR and return the result, or nil if something went wrong. */ -static Lisp_Object +Lisp_Object eval_form (sexpr) Lisp_Object sexpr; {