]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-output-docform): Don't do dynamic doc
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:33:20 +0000 (17:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 17:33:20 +0000 (17:33 +0000)
strings if byte-compile-compatibility.

lisp/emacs-lisp/bytecomp.el

index 8e7e744e05035b4f89d9f4e011bb4a834af017ba..20d54630dad56e45b052bf80a95b00d79719863b 100644 (file)
@@ -1486,6 +1486,7 @@ list that represents a doc string reference.
         ;; Insert the doc string, and make it a comment with #@LENGTH.
         (and (>= (nth 1 info) 0)
              dynamic-docstrings
+             (not byte-compile-compatibility)
              (progn
                ;; Make the doc string start at beginning of line
                ;; for make-docfile's sake.