# HG changeset patch # User Eli Zaretskii # Date 944662944 0 # Node ID b4c45cb998502107558d495d37928d8342e693de # Parent 37d65b5069cb6adc0dde1aba885823213afe8592 Oops, forgot to commit the change in dispextern.h together with the rest of the changes for tty color support. diff -r 37d65b5069cb -r b4c45cb99850 src/dispextern.h --- a/src/dispextern.h Wed Dec 08 12:00:57 1999 +0000 +++ b/src/dispextern.h Wed Dec 08 14:22:24 1999 +0000 @@ -2096,6 +2096,7 @@ 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));