changeset 13791:1feec098c24d

(byte-compile-output-docform): Don't do dynamic doc strings if byte-compile-compatibility.
author Karl Heuer <kwzh@gnu.org>
date Thu, 21 Dec 1995 17:33:20 +0000
parents 10c76db77107
children a1776aba8124
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.