emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/doc-show-inline 0fbfb68de2: Cleanup: format (update elisp-


From: ELPA Syncer
Subject: [nongnu] elpa/doc-show-inline 0fbfb68de2: Cleanup: format (update elisp-autofmt)
Date: Sun, 8 Jan 2023 23:59:03 -0500 (EST)

branch: elpa/doc-show-inline
commit 0fbfb68de212161c7ed6b492b9832199195fb58f
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: format (update elisp-autofmt)
---
 doc-show-inline.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc-show-inline.el b/doc-show-inline.el
index 8b231d1a21..7958ae3c12 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -392,8 +392,7 @@ the point should not be moved by this function."
           (let ((ov (pop overlays-in-view)))
             (when (and (overlay-get ov 'doc-show-inline) (overlay-buffer ov))
               (doc-show-inline--log-info
-               "removing overlay in %S at point %d"
-               (current-buffer)
+               "removing overlay in %S at point %d" (current-buffer)
                ;; Start & end are the same.
                (overlay-start ov))
               (delete-overlay ov)))))))



reply via email to

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