changeset 15046:7cd7f3bca33f

Make invisible text intangible as well.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Thu, 18 Apr 1996 12:09:23 +0000
parents 9b779a05115a
children 4dfe98bde444
files lisp/gnus-ems.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))