From 3b9c1a0008a25987303c58087c700eb801cc26d7 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 21 Dec 2012 09:36:20 +0100 Subject: [PATCH] test-org-src.el (test-org-src/blank-line-block): Fix test * test-org-src.el (test-org-src/blank-line-block): Fix test. --- testing/lisp/test-org-src.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-org-src.el b/testing/lisp/test-org-src.el index 049dd397a..940f1a162 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)