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

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

[elpa] externals/pulsar de1fa21ae3 05/28: Refine pulsar-reveal-entry


From: ELPA Syncer
Subject: [elpa] externals/pulsar de1fa21ae3 05/28: Refine pulsar-reveal-entry
Date: Tue, 22 Mar 2022 06:58:01 -0400 (EDT)

branch: externals/pulsar
commit de1fa21ae30d93976f84c573154d029db8c21dae
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine pulsar-reveal-entry
---
 pulsar.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index f1b8d9927e..dbec6dad7b 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -277,12 +277,13 @@ The symbol is NAME, DOC for the doc string, and ARG is 
passed to
   (cond
    ((and (eq major-mode 'org-mode)
          (org-at-heading-p))
-    (org-show-entry))
+    (org-show-entry)
+    (pulsar-pulse-line))
    ((and (or (eq major-mode 'outline-mode)
              (bound-and-true-p outline-minor-mode))
          (outline-on-heading-p))
-    (outline-show-entry)))
-  (pulsar-pulse-line))
+    (outline-show-entry)
+    (pulsar-pulse-line))))
 
 (provide 'pulsar)
 ;;; pulsar.el ends here



reply via email to

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