From: Gerd Moellmann Date: Mon, 5 Feb 2001 19:58:32 +0000 (+0000) Subject: (enum lface_attribute_index): Add X-Git-Tag: emacs-pretest-21.0.98~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=670019ba28ec089c7578a774a3612f5d6406a489;p=emacs.git (enum lface_attribute_index): Add LFACE_AVGWIDTH_INDEX (invisible from Lisp). --- diff --git a/src/dispextern.h b/src/dispextern.h index 33c1d99128c..5dde56f6118 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1147,6 +1147,7 @@ enum lface_attribute_index LFACE_BOX_INDEX, LFACE_FONT_INDEX, LFACE_INHERIT_INDEX, + LFACE_AVGWIDTH_INDEX, LFACE_VECTOR_SIZE };