branch: externals/pulsar
commit b3dd3b8e2efc1760a9b71facdc36fe1fe66179a6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Update two functions to work without the discontinued pulsar-pulse-line
---
 pulsar.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index 85b42670fd..512421afd0 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -729,13 +729,13 @@ You may also call this manually in your configuration 
after setting
   "Reposition point at the top of the window and pulse line."
   (interactive)
   (recenter 0)
-  (pulsar-pulse-line))
+  (call-interactively 'pulsar-highlight-pulse))
 
 (defun pulsar-recenter-center ()
   "Reposition point at the center of the window and pulse line."
   (interactive)
   (recenter nil)
-  (pulsar-pulse-line))
+  (call-interactively 'pulsar-highlight-pulse))
 
 (defalias 'pulsar-recenter-middle 'pulsar-recenter-center
   "Alias for `pulsar-recenter-center'.")

Reply via email to