aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-08-12 13:41:17 +0000
committerJim Blandy <[email protected]>1992-08-12 13:41:17 +0000
commit9fbfa962b95d25431412833795c21cf27ef69c95 (patch)
tree4ece90c79fe6636a56b16599bb40b539659229c6
parentb6a65ac2ae273be2d0c672025354d285fd559e80 (diff)
* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.
-rw-r--r--src/doc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/doc.c b/src/doc.c
index 0c0e62f459..6dceb587fc 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 @@ syms_of_doc ()
"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);