]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove support for old versions of supercite and GNUS from ispell.el
authorReuben Thomas <rrt@sc3d.org>
Sun, 4 Dec 2016 19:20:19 +0000 (19:20 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:49 +0000 (19:43 +0000)
* lisp/textmodes/ispell.el (ispell-message): Require supercite >= 3.0
and GNUS >= 5.  Not exactly the bleeding edge!

lisp/textmodes/ispell.el

index 3abefdc2efffa20cb2061ec4b749441f3f451a3f..2f91ec278bb56ea1af691152f5c24ad78ed8e24e 100644 (file)
@@ -3866,16 +3866,11 @@ You can bind this to the key C-c i in GNUS or mail by adding to
               "   \\|\t"))
           (cite-regexp                 ;Prefix of quoted text
            (cond
-            ((functionp 'sc-cite-regexp)       ; sc 3.0
+            ((functionp 'sc-cite-regexp)       ; supercite >= 3.0
              (ispell-with-no-warnings
               (concat "\\(" (sc-cite-regexp) "\\)" "\\|"
                       (ispell-non-empty-string sc-reference-tag-string))))
-            ((boundp 'sc-cite-regexp)          ; sc 2.3
-             (concat "\\(" sc-cite-regexp "\\)" "\\|"
-                     (ispell-with-no-warnings
-                      (ispell-non-empty-string sc-reference-tag-string))))
-            ((or (equal major-mode 'news-reply-mode) ;GNUS 4 & below
-                 (equal major-mode 'message-mode))   ;GNUS 5
+            ((equal major-mode 'message-mode)  ; GNUS >= 5
              (concat "In article <" "\\|"
                      "[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"
                      (ispell-with-no-warnings message-cite-prefix-regexp)