diff options
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c index b4eadfff875..02a5b4b8143 100644 --- a/src/doc.c +++ b/src/doc.c @@ -37,7 +37,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Lisp_Object Qfunction_documentation; -extern Lisp_Object Qclosure; /* Buffer used for reading from documentation file. */ static char *get_doc_string_buffer; static ptrdiff_t get_doc_string_buffer_size; |