From 4782607781dde1301616474357d6091b61a0622b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 7 Mar 2009 07:50:58 +0100 Subject: [PATCH] Minor fix --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index a0b220932..461030ef0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)