Procházet zdrojové kódy

Change looking-at-p to looking-at.

Patch from Stephan Schmitt.
Dan Davison před 16 roky
rodič
revize
fadb5d5093
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-babel.el

+ 1 - 1
lisp/org-babel.el

@@ -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 "\\(: \\|\\[\\[\\)")