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

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

[elpa] externals/beardbolt 4213316f23 037/323: Fix recentering when not


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 4213316f23 037/323: Fix recentering when not needed
Date: Thu, 9 Mar 2023 10:58:00 -0500 (EST)

branch: externals/beardbolt
commit 4213316f23f619adea3034046f5694db66fc5ff2
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Fix recentering when not needed
---
 rmsbolt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rmsbolt.el b/rmsbolt.el
index a8fb8fb8c7..df8ffdb4fd 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -747,7 +747,7 @@ Needed as ocaml cannot output asm to a non-hardcoded file"
                                       (and (> saved-pt start-pt)
                                            (< saved-pt end-pt)))))
                     ;; check if line is visible and set line-visible
-                    (unless (or visible (not src-buffer-selected))
+                    (unless (or line-visible (not src-buffer-selected))
                       (setq line-visible visible))
                     (push (rmsbolt--setup-overlay start-pt end-pt 
output-buffer)
                           rmsbolt-overlays)))))



reply via email to

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