summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-15 12:34:44 -0600
committerDan Davison <davison@stats.ox.ac.uk>2010-10-21 13:05:59 +0100
commita9f3c9fe110f0aa39753b3b97fa82c9d60244292 (patch)
tree86cf131e3a12d2bd7c73c1f6e9bdb4bd375be81b
parent529e7c98fd3b5a7541e212ca440c6c9394670711 (diff)
downloadorg-mode-a9f3c9fe110f0aa39753b3b97fa82c9d60244292.tar.gz
now using newer version of jump.el -- run $ git submodule update
m---------testing/jump0
-rw-r--r--testing/org-test.el18
2 files changed, 9 insertions, 9 deletions
diff --git a/testing/jump b/testing/jump
-Subproject 0def5442723f8a2928eda7bcf428aa29f8aa97c
+Subproject 820bb7d81bf08cee6f2610965ca97e96a1fe561
diff --git a/testing/org-test.el b/testing/org-test.el
index 970ab98..8c416fa 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -133,15 +133,15 @@ files."
;;; Navigation Functions
-(defjump 'org-test-jump
- '(("lisp/\\1.el" . "testing/lisp/test-\\1.el")
- ("lisp/\\1.el" . "testing/lisp/\\1.el/test.*.el")
- ("contrib/lisp/\\1.el" . "testing/contrib/lisp/test-\\1.el")
- ("contrib/lisp/\\1.el" . "testing/contrib/lisp/\\1.el/test.*.el")
- ("testing/lisp/test-\\1.el" . "lisp/\\1.el")
- ("testing/lisp/\\1.el" . "lisp/\\1.el/test.*.el")
- ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el")
- ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el/test.*.el"))
+(defjump org-test-jump
+ (("lisp/\\1.el" . "testing/lisp/test-\\1.el")
+ ("lisp/\\1.el" . "testing/lisp/\\1.el/test.*.el")
+ ("contrib/lisp/\\1.el" . "testing/contrib/lisp/test-\\1.el")
+ ("contrib/lisp/\\1.el" . "testing/contrib/lisp/\\1.el/test.*.el")
+ ("testing/lisp/test-\\1.el" . "lisp/\\1.el")
+ ("testing/lisp/\\1.el" . "lisp/\\1.el/test.*.el")
+ ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el")
+ ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el/test.*.el"))
(concat org-base-dir "/")
"Jump between org-mode files and their tests."
(lambda (path)