branch: elpa/subed
commit ace4b62fd06554fad1e2ae62339b448c30c9ae70
Author: Sacha Chua <sa...@sachachua.com>
Commit: Sacha Chua <sa...@sachachua.com>

    subed-word-data bugfix
---
 NEWS.org                 | 2 +-
 subed/subed-word-data.el | 2 +-
 subed/subed.el           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index fd4a90bc46..2d2cea7a6d 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,7 +1,7 @@
 #+OPTIONS: toc:nil
 
 * subed news
-** Version 1.2.20 - 2024-11-17 - Sacha Chua
+** Version 1.2.20, 1.2.21 - 2024-11-17 - Sacha Chua
 
 - subed-word-data.el: Bugfix, whoops. I should write tests for this someday...
 
diff --git a/subed/subed-word-data.el b/subed/subed-word-data.el
index 166eef2886..1d8dc52952 100644
--- a/subed/subed-word-data.el
+++ b/subed/subed-word-data.el
@@ -279,7 +279,7 @@ Return non-nil if they are the same after normalization."
            subed-word-data-score-faces)
       (cdr (seq-find (lambda (threshold) (>= (alist-get 'score candidate) (car 
threshold)))
                      subed-word-data-score-faces))
-    subed-word-data-face))
+    'subed-word-data-face))
 
 (defsubst subed-word-data--add-word-properties (start end candidate)
   "Add properties from START to END for CANDIDATE."
diff --git a/subed/subed.el b/subed/subed.el
index 603bb71546..974ab09ef2 100644
--- a/subed/subed.el
+++ b/subed/subed.el
@@ -1,6 +1,6 @@
 ;;; subed.el --- A major mode for editing subtitles  -*- lexical-binding: t; 
-*-
 
-;; Version: 1.2.20
+;; Version: 1.2.21
 ;; Maintainer: Sacha Chua <sa...@sachachua.com>
 ;; Author: Random User
 ;; Keywords: convenience, files, hypermedia, multimedia

Reply via email to