branch: externals/pulsar
commit 545adfa20b1609c6338e0065f09f6f5d66a30015
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make pulsar-pulse obsolete
We want to handle the pulse effect internally. It makes sense for some
commands to create a pulse and for others to keep the highlight in
place. Having a user option that makes one of those look like the
other is not helpful.
---
pulsar.el | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/pulsar.el b/pulsar.el
index e9eaccbf6a..ed7891a033 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -45,13 +45,7 @@ Extension of `pulse.el'."
;;;; User options
-(defcustom pulsar-pulse t
- "When non-nil enable pulsing.
-Otherwise the highlight stays on the current line until another
-command is invoked."
- :type 'boolean
- :package-version '(pulsar . "0.2.0")
- :group 'pulsar)
+(make-obsolete-variable 'pulsar-pulse nil "1.3.0")
(defcustom pulsar-delay 0.05
"Delay between increments of a pulse.