From 31f89b465f6721ee18bdc220470b5b54a4de633e Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 26 Jan 2021 22:30:24 +0000 Subject: typo --- media/espotify.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/espotify.org') 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)))) -- cgit v1.2.3