]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/bytecomp.el: indentation fix
authorMattias Engdegård <mattiase@acm.org>
Sun, 7 Aug 2022 15:18:21 +0000 (17:18 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 7 Aug 2022 15:36:45 +0000 (17:36 +0200)
lisp/emacs-lisp/bytecomp.el

index d8a5dd20f6c2918fa6baa52b027a976aae65f762..9d5f6682b5a5f291d101bfb549812373e68d2c11 100644 (file)
@@ -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