0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 16:02:52 +00:00

Minor fix

This commit is contained in:
Carsten Dominik 2009-03-07 07:50:58 +01:00
parent 6d6a7cb916
commit 4782607781

View file

@ -4081,7 +4081,7 @@ will be prompted for."
'font-lock-multiline t 'help-echo help)))
(vp (list 'rear-nonsticky org-nonsticky-props
'keymap org-mouse-map 'mouse-face 'highlight
' font-lock-multiline t 'help-echo help)))
'font-lock-multiline t 'help-echo help)))
;; We need to remove the invisible property here. Table narrowing
;; may have made some of this invisible.
(remove-text-properties (match-beginning 0) (match-end 0)