projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af90a31
)
; * lisp/emacs-lisp/bytecomp.el: indentation fix
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 7 Aug 2022 15:18:21 +0000
(17:18 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 7 Aug 2022 15:36:45 +0000
(17:36 +0200)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index d8a5dd20f6c2918fa6baa52b027a976aae65f762..9d5f6682b5a5f291d101bfb549812373e68d2c11 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-2452,8
+2452,8
@@
list that represents a doc string reference.
(print-symbols-bare t)) ; Possibly redundant binding.
;; Insert the doc string, and make it a comment with #@LENGTH.
(when (and (>= (nth 1 info) 0) dynamic-docstrings)
-
(setq position (byte-compile-output-as-comment
-
(nth (nth 1 info) form) nil)))
+ (setq position (byte-compile-output-as-comment
+ (nth (nth 1 info) form) nil)))
(let ((print-continuous-numbering t)
print-number-table