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 33594442152..a6ef84b4db6 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -35,8 +35,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
35#include "keyboard.h" 35#include "keyboard.h"
36#include "keymap.h" 36#include "keymap.h"
37 37
38Lisp_Object Qfunction_documentation;
39
40/* Buffer used for reading from documentation file. */ 38/* Buffer used for reading from documentation file. */
41static char *get_doc_string_buffer; 39static char *get_doc_string_buffer;
42static ptrdiff_t get_doc_string_buffer_size; 40static ptrdiff_t get_doc_string_buffer_size;