From: Eli Zaretskii Date: Wed, 8 Dec 1999 14:22:24 +0000 (+0000) Subject: Oops, forgot to commit the change in dispextern.h together with the X-Git-Tag: emacs-pretest-21.0.90~5832 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=036480cbb926e16faf18e4376b101bcad7190976;p=emacs.git Oops, forgot to commit the change in dispextern.h together with the rest of the changes for tty color support. --- diff --git a/src/dispextern.h b/src/dispextern.h index c7edd020f85..80679b83459 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2096,6 +2096,7 @@ void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, Lisp_Object)); char *x_charset_registry P_ ((int)); +Lisp_Object tty_color_name P_ ((struct frame *, int)); void clear_face_cache P_ ((int)); unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, enum lface_attribute_index));