projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9149672
)
bytecomp.el: Further simplifications enabled by commit 59732a83c8875c
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 5 Aug 2022 12:18:04 +0000
(08:18 -0400)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 7d2971502da4208c109e2c3836e3f32645192def..cc9cbd9da583a0bf38cbf83a2ce8e04a8bce78ad 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-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))