]> git.eshelyaron.com Git - emacs.git/commitdiff
bytecomp.el: Further simplifications enabled by commit 59732a83c8875c
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Aug 2022 12:18:04 +0000 (08:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Aug 2022 12:18:04 +0000 (08:18 -0400)
* lisp/emacs-lisp/bytecomp.el (byte-compile-output-docform): Don't
insert a \n before the #@ docstrings since make-docfile doesn't scan
.elc files any more.

lisp/emacs-lisp/bytecomp.el

index 7d2971502da4208c109e2c3836e3f32645192def..cc9cbd9da583a0bf38cbf83a2ce8e04a8bce78ad 100644 (file)
@@ -2454,9 +2454,6 @@ list that represents a doc string reference.
         (and (>= (nth 1 info) 0)
              dynamic-docstrings
              (progn
-               ;; Make the doc string start at beginning of line
-               ;; for make-docfile's sake.
-               (insert "\n")
                (setq position
                      (byte-compile-output-as-comment
                       (nth (nth 1 info) form) nil))