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:
parent
92751e420f
commit
393ae6ec84
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue