diff options
| author | Paul Eggert | 2015-06-20 10:15:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-20 10:17:05 -0700 |
| commit | 20514277e2998be6bbecfae60b4a18a1776d570d (patch) | |
| tree | 007c34fc3fa601c9da347152d738140851f5ab7c /src | |
| parent | 133848247344af93a710d050f064019a40fde801 (diff) | |
| download | emacs-20514277e2998be6bbecfae60b4a18a1776d570d.tar.gz emacs-20514277e2998be6bbecfae60b4a18a1776d570d.zip | |
* src/doc.c (syms_of_doc): Remove unused symbols.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -1024,8 +1024,6 @@ void | |||
| 1024 | syms_of_doc (void) | 1024 | syms_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. */); |