1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Make invisible text intangible as well.

This commit is contained in:
Lars Magne Ingebrigtsen 1996-04-18 12:09:23 +00:00
parent d4d62e8d02
commit b5e8e90792

View File

@ -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)))