mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* doc.c (Vdata_directory): Removed; this is declared in callproc.c.
(syms_of_doc): Initialization removed.
This commit is contained in:
parent
b6a65ac2ae
commit
9fbfa962b9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user