diff options
| author | Lars Magne Ingebrigtsen | 1996-04-18 12:09:23 +0000 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 1996-04-18 12:09:23 +0000 |
| commit | b5e8e90792467a752d1a05a677847fdc95e8b0bb (patch) | |
| tree | e90beee041a5ee87f2c1182284adb8e29d65fe47 | |
| parent | d4d62e8d02841a3a10a5a2412596bdb98dfbecec (diff) | |
| download | emacs-b5e8e90792467a752d1a05a677847fdc95e8b0bb.tar.gz emacs-b5e8e90792467a752d1a05a677847fdc95e8b0bb.zip | |
Make invisible text intangible as well.
| -rw-r--r-- | lisp/gnus-ems.el | 3 |
1 files changed, 1 insertions, 2 deletions
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.") | |||
| 216 | (require 'mode-motion) | 216 | (require 'mode-motion) |
| 217 | (setq mode-motion-hook 'mode-motion-highlight-line))) | 217 | (setq mode-motion-hook 'mode-motion-highlight-line))) |
| 218 | 218 | ||
| 219 | ((and (not (string-match "28.9" emacs-version)) | 219 | ((< emacs-minor-version 30) |
| 220 | (not (string-match "29" emacs-version))) | ||
| 221 | ;; Remove the `intangible' prop. | 220 | ;; Remove the `intangible' prop. |
| 222 | (let ((props (and (boundp 'gnus-hidden-properties) | 221 | (let ((props (and (boundp 'gnus-hidden-properties) |
| 223 | gnus-hidden-properties))) | 222 | gnus-hidden-properties))) |