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

    Use pulsar-face as a variable in the default value of pulsar-highlight-face
    
    This is because we want to get the actual face reference, otherwise we
    get a warning that pulsar-face is an invalid face.
    
    Thanks to irisjae for reporting the bug in issue 36:
    <https://github.com/protesilaos/pulsar/issues/36>.
---
 README.org | 2 +-
 pulsar.el  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 33f92214a0..6ff1869112 100644
--- a/README.org
+++ b/README.org
@@ -413,7 +413,7 @@ Pulsar is meant to be a collective effort.  Every bit of 
help matters.
   Nguyen, Koloszár Gergely, Matthias Meulien, Mark Barton, Mehrad
   Mahmoudian, Nikolaos Bezirgiannis, Petter Storvik, Ronny Randen,
   Rudolf Adamkovič, Sébastien Delafond, Toon Claes, and users djl,
-  hammerandtongs, kb.
+  hammerandtongs, irisjae, kb.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/pulsar.el b/pulsar.el
index 89cb2c97c8..5b37fe8859 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <[email protected]>
 ;; Maintainer: Protesilaos Stavrou <[email protected]>
 ;; URL: https://github.com/protesilaos/pulsar
-;; Version: 1.3.3
+;; Version: 1.3.4
 ;; Package-Requires: ((emacs "28.1"))
 ;; Keywords: convenience, pulse, highlight
 
@@ -234,7 +234,7 @@ background attribute."
   :package-version '(pulsar . "0.2.0")
   :group 'pulsar)
 
-(defcustom pulsar-highlight-face 'pulsar-face
+(defcustom pulsar-highlight-face pulsar-face
   "Face used by temporary or permanent static highlights.
 These are done by commands such as `pulsar-highlight-temporarily'
 and `pulsar-highlight-permanently'."

Reply via email to