Mercurial > emacs
changeset 30202:bade676e0950
(eval_form): Make it externally visible.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 13 Jul 2000 23:45:21 +0000 |
parents | 7438876dc5c9 |
children | 34881d6fc1f6 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Jul 13 23:44:57 2000 +0000 +++ b/src/xdisp.c Thu Jul 13 23:45:21 2000 +0000 @@ -628,7 +628,6 @@ 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 @@ /* Evaluate SEXPR and return the result, or nil if something went wrong. */ -static Lisp_Object +Lisp_Object eval_form (sexpr) Lisp_Object sexpr; {