diff options
| author | Richard M. Stallman | 1998-05-28 00:46:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-28 00:46:38 +0000 |
| commit | 0c3debbc6ff6911a7c6eb76b37f28d86788dbceb (patch) | |
| tree | 93e2d1dbf112275ec884f0062df85d7f05c9c75a /src/doc.c | |
| parent | ebc6903b2989b2de3154afd59fece90ba3882306 (diff) | |
| download | emacs-0c3debbc6ff6911a7c6eb76b37f28d86788dbceb.tar.gz emacs-0c3debbc6ff6911a7c6eb76b37f28d86788dbceb.zip | |
(get_doc_string): Make non-static.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -85,7 +85,7 @@ static int get_doc_string_buffer_size; | |||
| 85 | 85 | ||
| 86 | If UNIBYTE is nonzero, always return the result as a unibyte string. */ | 86 | If UNIBYTE is nonzero, always return the result as a unibyte string. */ |
| 87 | 87 | ||
| 88 | static Lisp_Object | 88 | Lisp_Object |
| 89 | get_doc_string (filepos, unibyte) | 89 | get_doc_string (filepos, unibyte) |
| 90 | Lisp_Object filepos; | 90 | Lisp_Object filepos; |
| 91 | int unibyte; | 91 | int unibyte; |