ソースを参照

Bump version number

Fred Gilham 6 日 前
コミット
a044a58cba
1 ファイル変更3 行追加3 行削除
  1. 3 3
      bible.el

+ 3 - 3
bible.el

@@ -3,7 +3,7 @@
 ;; Copyright (c) 2025-2026 Fred Gilham
 
 ;; Author: Fred Gilham <fmgilham@gmail.com>
-;; Version: 1.2.1
+;; Version: 1.2.2
 ;; Keywords: files, text, hypermedia
 ;; Package-Requires: ((emacs "29.1") cl-lib dom shr)
 ;; URL: https://gitbot.homedns.org/fred/bible
@@ -1470,8 +1470,8 @@ in buffer)."
               (put-text-property start end 'morph  (match-string 0 morpheme))
               (put-text-property start end 'help-echo 'bible--show-lex-morph))))
         ;; Insert lemma into buffer. Lemma tag will be part of lemma/savelm item.
-        ;; TODO: Should I enable lexicon lookups on these lemmas? I
-        ;;       don't use this anyway.... (FMG 5-Mar-2026)
+        ;; REVIEW: Should I enable lexicon lookups on these lemmas? I
+        ;;         don't use this anyway.... (FMG 5-Mar-2026)
         (when (and bible-word-study-enabled lemma (string-match "lemma.*:.*" lemma))
           (dolist (word (split-string (match-string 0 lemma) " "))
             (setq word (replace-regexp-in-string "[.:a-zA-Z0-9]+" "" word))