Mercurial > emacs
changeset 961:8d2cbfd93066
* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 12 Aug 1992 13:41:17 +0000 |
parents | 17986889d3b6 |
children | 3533821d6edc |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Wed Aug 12 13:36:49 1992 +0000 +++ b/src/doc.c Wed Aug 12 13:41:17 1992 +0000 @@ -34,7 +34,7 @@ #include "lisp.h" #include "buffer.h" -Lisp_Object Vdoc_file_name, Vdata_directory; +Lisp_Object Vdoc_file_name; Lisp_Object get_doc_string (filepos) @@ -493,11 +493,6 @@ "Name of file containing documentation strings of built-in symbols."); Vdoc_file_name = Qnil; - DEFVAR_LISP ("data-directory", &Vdata_directory, - "Directory of architecture-independent files that come with GNU Emacs,\n\ -intended for Emacs to use."); - Vdata_directory = Qnil; - defsubr (&Sdocumentation); defsubr (&Sdocumentation_property); defsubr (&Ssnarf_documentation);