aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index b4eadfff875..d2d664df266 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -22,7 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 22
23#include <sys/types.h> 23#include <sys/types.h>
24#include <sys/file.h> /* Must be after sys/types.h for USG*/ 24#include <sys/file.h> /* Must be after sys/types.h for USG*/
25#include <setjmp.h>
26#include <fcntl.h> 25#include <fcntl.h>
27#include <unistd.h> 26#include <unistd.h>
28 27
@@ -37,7 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
37 36
38Lisp_Object Qfunction_documentation; 37Lisp_Object Qfunction_documentation;
39 38
40extern Lisp_Object Qclosure;
41/* Buffer used for reading from documentation file. */ 39/* Buffer used for reading from documentation file. */
42static char *get_doc_string_buffer; 40static char *get_doc_string_buffer;
43static ptrdiff_t get_doc_string_buffer_size; 41static ptrdiff_t get_doc_string_buffer_size;