summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--media/espotify.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/espotify.org b/media/espotify.org
index d77bd0d..b50fcda 100644
--- a/media/espotify.org
+++ b/media/espotify.org
@@ -355,7 +355,7 @@ Let's start with an umbrella customization group:
(defvar espotify-search-threshold 8
"Threshold to automatically launch an actual Web query.")
- (defun espotify--check-term (prev new)
+ (defun espotify-check-term (prev new)
(when (not (string-blank-p new))
(cond ((string-suffix-p espotify-search-suffix new)
(substring new 0 (- (length new) (length espotify-search-suffix))))