diff src/doc.c @ 22268:9308a15aa8f8

(get_doc_string): Make non-static.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 May 1998 00:46:38 +0000
parents 10a9f355a346
children ddb3fd464b77
line wrap: on
line diff
--- a/src/doc.c	Wed May 27 23:47:15 1998 +0000
+++ b/src/doc.c	Thu May 28 00:46:38 1998 +0000
@@ -85,7 +85,7 @@
 
    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;