From: Lars Magne Ingebrigtsen Date: Thu, 18 Apr 1996 12:09:23 +0000 (+0000) Subject: Make invisible text intangible as well. X-Git-Tag: emacs-19.34~815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b5e8e90792467a752d1a05a677847fdc95e8b0bb;p=emacs.git Make invisible text intangible as well. --- diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 080e3b5a5d8..04a32e039c0 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -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)))