]> git.eshelyaron.com Git - emacs.git/commitdiff
(free_frame_glyphs): No longer static.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Aug 1994 07:15:00 +0000 (07:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Aug 1994 07:15:00 +0000 (07:15 +0000)
src/dispnew.c

index 79ff2d92cc6c5bde93c9c8827c77e6b4ce9da315..69db3f77b3ce47151e88f3b9cd3ae4eb18c11f3a 100644 (file)
@@ -318,7 +318,7 @@ make_frame_glyphs (frame, empty)
   return new;
 }
 
-static void
+void
 free_frame_glyphs (frame, glyphs)
      FRAME_PTR frame;
      struct frame_glyphs *glyphs;