Change looking-at-p to looking-at.

Patch from Stephan Schmitt.
This commit is contained in:
Dan Davison 2009-07-23 11:06:44 -04:00
parent f0a003d160
commit fadb5d5093
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ relies on `org-babel-insert-result'."
(if (org-at-table-p)
(org-table-end)
(let ((case-fold-search nil))
(if (looking-at-p "#\\+begin_example")
(if (looking-at "#\\+begin_example")
(search-forward "#+end_example" nil t)
(progn
(while (if (looking-at "\\(: \\|\\[\\[\\)")