summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-12-21 09:36:20 +0100
committerBastien Guerry <bzg@altern.org>2012-12-21 09:36:20 +0100
commit3b9c1a0008a25987303c58087c700eb801cc26d7 (patch)
tree6a1d2b959ddb02ef828a36bd9066d0e195f1ef08
parent30922bd7e9a2a5ebf03ed0544bd9af6f9187d175 (diff)
downloadorg-mode-3b9c1a0008a25987303c58087c700eb801cc26d7.tar.gz
test-org-src.el (test-org-src/blank-line-block): Fix test
* test-org-src.el (test-org-src/blank-line-block): Fix test.
-rw-r--r--testing/lisp/test-org-src.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-org-src.el b/testing/lisp/test-org-src.el
index 049dd39..940f1a1 100644
--- a/testing/lisp/test-org-src.el
+++ b/testing/lisp/test-org-src.el
@@ -87,7 +87,7 @@
#+end_src
"
(progn
- (goto-line 3)
+ (goto-line 2)
(org-edit-special)
(insert "blah")
(org-edit-src-exit)