(get_doc_string): Make non-static.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 00:46:38 +0000 (00:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 00:46:38 +0000 (00:46 +0000)
src/doc.c

index 6abfbab..8ca7670 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -85,7 +85,7 @@ static int get_doc_string_buffer_size;
 
    If UNIBYTE is nonzero, always return the result as a unibyte string.  */
 
-static Lisp_Object
+Lisp_Object
 get_doc_string (filepos, unibyte)
      Lisp_Object filepos;
      int unibyte;