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

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

[elpa] externals/pulsar 3a3657a528: Fix typo in pulsar-define-recenter


From: ELPA Syncer
Subject: [elpa] externals/pulsar 3a3657a528: Fix typo in pulsar-define-recenter
Date: Wed, 2 Aug 2023 09:58:59 -0400 (EDT)

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

    Fix typo in pulsar-define-recenter
    
    This changed the symbol of the resulting commands, breaking existing
    configurations.
    
    Thanks to Ryan Kaskel for pointing this out on the GitHub mirror:
    
<https://github.com/protesilaos/pulsar/commit/c5086de779a0226d72eca4d5cba8c7689bc278b2#r123397272>.
---
 README.org | 2 +-
 pulsar.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index baf14bfc83..04359a23e9 100644
--- a/README.org
+++ b/README.org
@@ -301,7 +301,7 @@ Pulsar is meant to be a collective effort.  Every bit of 
help matters.
 + Author/maintainer :: Protesilaos Stavrou.
 
 + Contributions to the code or manual :: Aymeric Agon-Rambosson, Daniel
-  Mendler, Ivan Popovych, JD Smith.
+  Mendler, Ivan Popovych, JD Smith, Ryan Kaskel.
 
 + Ideas and user feedback :: Duy Nguyen, Mark Barton, Petter Storvik,
   Rudolf Adamkovič, Toon Claes, and users djl, kb.
diff --git a/pulsar.el b/pulsar.el
index fba86e120f..b212fa3ddf 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -408,7 +408,7 @@ This is a buffer-local mode.  Also check 
`pulsar-global-mode'."
   "Produce command to pulse and recenter at PLACE.
 ARG has the same meaning as the one passed to `recenter'."
   (declare (indent defun))
-  `(defun ,(intern (format "pulsar-recent-%s" place)) ()
+  `(defun ,(intern (format "pulsar-recenter-%s" place)) ()
      ,(format "Reposition point at the %s of the window and pulse line." place)
      (interactive)
      (recenter ,arg)



reply via email to

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