Mercurial > emacs
changeset 11737:9b62959880f4
(region_face, next_face_id): Make static.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 May 1995 17:39:40 +0000 |
parents | 07ac8009368c |
children | cb413eec7a2f |
files | src/xfaces.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Sun May 07 17:32:17 1995 +0000 +++ b/src/xfaces.c Sun May 07 17:39:40 1995 +0000 @@ -145,10 +145,10 @@ /* Definitions and declarations. */ /* The number of face-id's in use (same for all frames). */ -int next_face_id; +static int next_face_id; /* The number of the face to use to indicate the region. */ -int region_face; +static int region_face; /* This is what appears in a slot in a face to signify that the face does not specify that display aspect. */