Minor fix

This commit is contained in:
Carsten Dominik 2010-05-16 16:24:16 +02:00
parent 4d4267320d
commit d78931408d
1 changed files with 1 additions and 1 deletions

View File

@ -3486,7 +3486,7 @@ Use COMMAND to do the motion, repeat if necessary to end up in a data line."
(concat orgtbl-line-start-regexp "\\|"
auto-fill-inhibit-regexp)
orgtbl-line-start-regexp))
(org-add-to-invisibility-spec '(org-cwidth))
(add-to-invisibility-spec '(org-cwidth))
(when (fboundp 'font-lock-add-keywords)
(font-lock-add-keywords nil orgtbl-extra-font-lock-keywords)
(org-restart-font-lock))