From: Richard M. Stallman Date: Thu, 28 May 1998 00:46:38 +0000 (+0000) Subject: (get_doc_string): Make non-static. X-Git-Tag: emacs-20.3~809 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c3debbc6ff6911a7c6eb76b37f28d86788dbceb;p=emacs.git (get_doc_string): Make non-static. --- 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;