]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6abfbab2ff222bba4d4ef275d35bec40a21b07a0..8ca7670cc150b25219b9080f29f733b2e2e6e248 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;