aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc.c b/src/doc.c
index 1d9c330d12c..a6ef84b4db6 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -1,6 +1,7 @@
1/* Record indices of function doc strings stored in a file. 1/* Record indices of function doc strings stored in a file.
2 2
3Copyright (C) 1985-1986, 1993-1995, 1997-2014 Free Software Foundation, Inc. 3Copyright (C) 1985-1986, 1993-1995, 1997-2015 Free Software Foundation,
4Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -34,8 +35,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
34#include "keyboard.h" 35#include "keyboard.h"
35#include "keymap.h" 36#include "keymap.h"
36 37
37Lisp_Object Qfunction_documentation;
38
39/* Buffer used for reading from documentation file. */ 38/* Buffer used for reading from documentation file. */
40static char *get_doc_string_buffer; 39static char *get_doc_string_buffer;
41static ptrdiff_t get_doc_string_buffer_size; 40static ptrdiff_t get_doc_string_buffer_size;