aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/emms-browser.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-browser.el b/lisp/emms-browser.el
index c52f326..271ac73 100644
--- a/lisp/emms-browser.el
+++ b/lisp/emms-browser.el
@@ -674,7 +674,7 @@ compilations, etc."
(sort-lines nil (point-min) (point-max)))))
(defun case-fold-string= (a b)
- (compare-strings a nil nil b nil nil t))
+ (eq t (compare-strings a nil nil b nil nil t)))
(defun case-fold-string-hash (a)
(sxhash (upcase a)))