]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload_color): No longer static.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Apr 1998 23:33:59 +0000 (23:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Apr 1998 23:33:59 +0000 (23:33 +0000)
src/xfaces.c

index d393a60f23b314d3374fe48d96399e2dc562ef6f..790cc368552538882a986d43e7538b0edcd15010 100644 (file)
@@ -396,7 +396,7 @@ load_color (f, name)
   return (unsigned long) color.pixel;
 }
 
-static void
+void
 unload_color (f, pixel)
      struct frame *f;
      unsigned long pixel;