Mercurial > emacs
changeset 26766:b4c45cb99850
Oops, forgot to commit the change in dispextern.h together with the
rest of the changes for tty color support.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 08 Dec 1999 14:22:24 +0000 |
parents | 37d65b5069cb |
children | c45d65c93702 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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));