]> git.eshelyaron.com Git - emacs.git/commitdiff
(region_face, next_face_id): Make static.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 17:39:40 +0000 (17:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 17:39:40 +0000 (17:39 +0000)
src/xfaces.c

index 04ed1b230958b3b7c252056888d8a04a0709204d..1dfe6bb22920216f7d448d203b9e8512d41cef5a 100644 (file)
@@ -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.  */