diff options
| author | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
| commit | cd3520a41df21d80a9d894c58af2daba23c8dd24 (patch) | |
| tree | 945eaef322c65471833954ddce161a7a913ee3c8 /src/doc.c | |
| parent | 7d0da90e7b98f5c09df82be9985cc27d30adea07 (diff) | |
| download | emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.tar.gz emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.zip | |
Move DEFSYM to lisp.h and use everywhere.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -945,8 +945,7 @@ a new string, without any text properties, is returned. */) | |||
| 945 | void | 945 | void |
| 946 | syms_of_doc (void) | 946 | syms_of_doc (void) |
| 947 | { | 947 | { |
| 948 | Qfunction_documentation = intern_c_string ("function-documentation"); | 948 | DEFSYM (Qfunction_documentation, "function-documentation"); |
| 949 | staticpro (&Qfunction_documentation); | ||
| 950 | 949 | ||
| 951 | DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name, | 950 | DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name, |
| 952 | doc: /* Name of file containing documentation strings of built-in symbols. */); | 951 | doc: /* Name of file containing documentation strings of built-in symbols. */); |