aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorK. Handa2015-01-07 22:51:41 +0900
committerK. Handa2015-01-07 22:51:41 +0900
commit88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch)
tree18da116400703b67738bdbbd38cc4abf4c1e929f /src/doc.c
parent3f79d3131629f73da16ec121d2a0056f11b70e65 (diff)
parent95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff)
downloademacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz
emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
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;