From: Kenichi Handa Date: Fri, 11 Apr 2003 02:06:34 +0000 (+0000) Subject: (temp_echo_area_glyphs): Adjust prototype. X-Git-Tag: ttn-vms-21-2-B4~10555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f1c8be4eaa9b11685b30dc2bd11f05fbd187480;p=emacs.git (temp_echo_area_glyphs): Adjust prototype. --- diff --git a/src/lisp.h b/src/lisp.h index 80e6064f057..6b31be48a6b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2798,7 +2798,7 @@ EXFUN (Feval_minibuffer, 2); EXFUN (Fread_string, 5); EXFUN (Fread_no_blanks_input, 3); extern Lisp_Object get_minibuffer P_ ((int)); -extern void temp_echo_area_glyphs P_ ((const char *)); +extern void temp_echo_area_glyphs P_ ((Lisp_Object)); extern void init_minibuf_once P_ ((void)); extern void syms_of_minibuf P_ ((void)); extern void keys_of_minibuf P_ ((void));