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

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

[elpa] externals/pulsar 5b72d3db1d 3/3: Untabify a function


From: ELPA Syncer
Subject: [elpa] externals/pulsar 5b72d3db1d 3/3: Untabify a function
Date: Fri, 25 Mar 2022 10:57:55 -0400 (EDT)

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

    Untabify a function
---
 pulsar.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index 10722bc058..de5514a738 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -264,10 +264,10 @@ is invoked.  Otherwise use whatever `pulsar-pulse' 
entails.
 
 With optional FACE, use it instead of `pulsar-face'."
   (let* ((pulse-flag (if no-pulse nil pulsar-pulse))
-        (pulse-delay pulsar-delay)
-        (pulse-iterations pulsar-iterations)
-        (f (if (facep face) face pulsar-face))
-        (o (make-overlay (pulsar--start) (pulsar--end))))
+         (pulse-delay pulsar-delay)
+         (pulse-iterations pulsar-iterations)
+         (f (if (facep face) face pulsar-face))
+         (o (make-overlay (pulsar--start) (pulsar--end))))
     (overlay-put o 'pulse-delete t)
     (overlay-put o 'window (frame-selected-window))
     (pulse-momentary-highlight-overlay o f)))



reply via email to

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