Explorar o código

Fix commit eac6af.

Thanks to Bill White for spotting this.
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
da1ee63bbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -22672,7 +22672,7 @@ With a prefix argument ARG, jump forward ARG many source blocks.
 When BACKWARD is non-nil, jump to the previous block.
 When BLOCK-REGEXP is non-nil, use this regexp to find blocks."
   (interactive "p")
-  (let ((re (or block-regexp org-babel-src-block-regexp))
+  (let ((re (or block-regexp org-block-regexp))
 	(re-search-fn (or (and backward 're-search-backward)
 			   're-search-forward)))
     (if (looking-at re) (forward-char 1))