bytecomp.el: Further simplifications enabled by commit 59732a83c8
* 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.
This commit is contained in:
parent
9149672e7f
commit
900b09c023
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue