diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -52,10 +52,6 @@ Lisp_Object Qfunction_documentation; | |||
| 52 | /* A list of files used to build this Emacs binary. */ | 52 | /* A list of files used to build this Emacs binary. */ |
| 53 | static Lisp_Object Vbuild_files; | 53 | static Lisp_Object Vbuild_files; |
| 54 | 54 | ||
| 55 | extern Lisp_Object Voverriding_local_map; | ||
| 56 | |||
| 57 | extern Lisp_Object Qremap; | ||
| 58 | |||
| 59 | /* Buffer used for reading from documentation file. */ | 55 | /* Buffer used for reading from documentation file. */ |
| 60 | static char *get_doc_string_buffer; | 56 | static char *get_doc_string_buffer; |
| 61 | static int get_doc_string_buffer_size; | 57 | static int get_doc_string_buffer_size; |