# HG changeset patch # User Lars Magne Ingebrigtsen # Date 829829363 0 # Node ID 7cd7f3bca33f8b9006f831481b9694207b4f817e # Parent 9b779a05115a466e707dfb57feea42ed9216a7bb Make invisible text intangible as well. diff -r 9b779a05115a -r 7cd7f3bca33f lisp/gnus-ems.el --- a/lisp/gnus-ems.el Thu Apr 18 06:04:32 1996 +0000 +++ b/lisp/gnus-ems.el Thu Apr 18 12:09:23 1996 +0000 @@ -216,8 +216,7 @@ (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)))