branch: externals/pulsar
commit 754eb9efadf296df2d838423317e1baf63512e6b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove really old obsolescence notice
---
pulsar.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/pulsar.el b/pulsar.el
index d2269645c1..5c74e355a9 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -674,8 +674,6 @@ Changes are defined by BEG, END, LEN:
(cons beg end))
pulsar-region-change-face)))))
-(make-obsolete 'pulsar-setup nil "0.3.0")
-
;; TODO 2024-11-26: Deprecate this at some point to prefer Emacs core.
(defun pulsar--function-alias-p (func &optional _noerror)
"Return nil if FUNC is not a function alias.