diff options
Diffstat (limited to 'lib-src/make-docfile.c')
-rw-r--r-- | lib-src/make-docfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index bd6829365f2..32da3e60420 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -340,6 +340,7 @@ scan_c_file (filename) (autoload 'NAME FILE DOCSTRING ...) (defvar NAME VALUE DOCSTRING) (defconst NAME VALUE DOCSTRING) + (fset (quote NAME) (make-byte-code (quote ARGS) ... "\ starting in column zero. ARGS, FILE or VALUE is ignored. We do not know how to parse Lisp code so we use a kludge to skip them: |