# HG changeset patch # User Karl Heuer # Date 819567200 0 # Node ID 1feec098c24db1060c5f09b204e344ec383cf69a # Parent 10c76db77107a70eac3ec56c520838636fee7440 (byte-compile-output-docform): Don't do dynamic doc strings if byte-compile-compatibility. diff -r 10c76db77107 -r 1feec098c24d lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Dec 21 17:32:21 1995 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Dec 21 17:33:20 1995 +0000 @@ -1486,6 +1486,7 @@ ;; 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.