]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus-ems.el
(mh-version): Use mh-e-RCS-id rather than mh-e-version
[gnu-emacs] / lisp / gnus-ems.el
index 0e3fdf648e8804e6abdefff747ec440aa3bc4e93..04a32e039c0010f3a558252f93ff0d8d7fed9841 100644 (file)
@@ -26,7 +26,7 @@
 
 ;;; This file has been censored by the Communications Decency Act.
 ;;; That law was passed under the guise of a ban on pornography, but
-;;; it bans far more than that.  This file did not contain pornograpy,
+;;; it bans far more than that.  This file did not contain pornography,
 ;;; but it was censored nonetheless.
 
 ;;; For information on US government censorship of the Internet, and
@@ -216,8 +216,7 @@ pounce directly on the real variables themselves.")
        (require 'mode-motion)
        (setq mode-motion-hook 'mode-motion-highlight-line)))
 
-     ((and (not (string-match "28.9" emacs-version)) 
-          (not (string-match "29" emacs-version)))
+     ((< emacs-minor-version 30)
       ;; Remove the `intangible' prop.
       (let ((props (and (boundp 'gnus-hidden-properties) 
                        gnus-hidden-properties)))