From: Richard M. Stallman Date: Sun, 7 May 1995 17:39:40 +0000 (+0000) Subject: (region_face, next_face_id): Make static. X-Git-Tag: emacs-19.34~4121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8758da5318b116fb90d1222e08f3db3b337969e;p=emacs.git (region_face, next_face_id): Make static. --- diff --git a/src/xfaces.c b/src/xfaces.c index 04ed1b23095..1dfe6bb2292 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -145,10 +145,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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. */