Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fbfa962
Commit
9fbfa962
authored
Aug 12, 1992
by
Jim Blandy
Browse files
* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.
parent
b6a65ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/doc.c
src/doc.c
+1
-6
No files found.
src/doc.c
View file @
9fbfa962
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment