From 0c3debbc6ff6911a7c6eb76b37f28d86788dbceb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 May 1998 00:46:38 +0000 Subject: [PATCH] (get_doc_string): Make non-static. --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index 6abfbab2ff2..8ca7670cc15 100644 --- 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; -- 2.39.2