From 393ae6ec8446f805b001a757ea27d87e556d79f6 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 17:33:20 +0000 Subject: [PATCH] (byte-compile-output-docform): Don't do dynamic doc strings if byte-compile-compatibility. --- lisp/emacs-lisp/bytecomp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 8e7e744e050..20d54630dad 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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. -- 2.39.2