aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-06-20 10:15:24 -0700
committerPaul Eggert2015-06-20 10:17:05 -0700
commit20514277e2998be6bbecfae60b4a18a1776d570d (patch)
tree007c34fc3fa601c9da347152d738140851f5ab7c /src
parent133848247344af93a710d050f064019a40fde801 (diff)
downloademacs-20514277e2998be6bbecfae60b4a18a1776d570d.tar.gz
emacs-20514277e2998be6bbecfae60b4a18a1776d570d.zip
* src/doc.c (syms_of_doc): Remove unused symbols.
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index 2ea416f3a2b..d2d3c8dd9c1 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -1024,8 +1024,6 @@ void
1024syms_of_doc (void) 1024syms_of_doc (void)
1025{ 1025{
1026 DEFSYM (Qfunction_documentation, "function-documentation"); 1026 DEFSYM (Qfunction_documentation, "function-documentation");
1027 DEFSYM (Qtraditional, "traditional");
1028 DEFSYM (Qprefer_unicode, "prefer-unicode");
1029 1027
1030 DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name, 1028 DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name,
1031 doc: /* Name of file containing documentation strings of built-in symbols. */); 1029 doc: /* Name of file containing documentation strings of built-in symbols. */);