emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c3e99a870a: ; * lisp/emacs-lisp/bytecomp.el: indentation fix


From: Mattias Engdegård
Subject: master c3e99a870a: ; * lisp/emacs-lisp/bytecomp.el: indentation fix
Date: Sun, 7 Aug 2022 11:37:02 -0400 (EDT)

branch: master
commit c3e99a870aa26d6d7d64b7fa9f5a8e990089638e
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/emacs-lisp/bytecomp.el: indentation fix
---
 lisp/emacs-lisp/bytecomp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index d8a5dd20f6..9d5f6682b5 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]