aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>1996-04-18 12:09:23 +0000
committerLars Magne Ingebrigtsen <[email protected]>1996-04-18 12:09:23 +0000
commitb5e8e90792467a752d1a05a677847fdc95e8b0bb (patch)
treee90beee041a5ee87f2c1182284adb8e29d65fe47
parentd4d62e8d02841a3a10a5a2412596bdb98dfbecec (diff)
Make invisible text intangible as well.
-rw-r--r--lisp/gnus-ems.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el
index 080e3b5a5d..04a32e039c 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)))