1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00

(byte-compile-output-docform): Don't do dynamic doc

strings if byte-compile-compatibility.
This commit is contained in:
Karl Heuer 1995-12-21 17:33:20 +00:00
parent 92751e420f
commit 393ae6ec84

View 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.