now using newer version of jump.el -- run $ git submodule update

This commit is contained in:
Eric Schulte 2010-10-15 12:34:44 -06:00 committed by Dan Davison
parent 529e7c98fd
commit a9f3c9fe11
2 changed files with 10 additions and 10 deletions

@ -1 +1 @@
Subproject commit 0def5442723f8a2928eda7bcf428aa29f8aa97c1 Subproject commit 820bb7d81bf08cee6f2610965ca97e96a1fe561d

View File

@ -133,15 +133,15 @@ files."
;;; Navigation Functions ;;; Navigation Functions
(defjump 'org-test-jump (defjump org-test-jump
'(("lisp/\\1.el" . "testing/lisp/test-\\1.el") (("lisp/\\1.el" . "testing/lisp/test-\\1.el")
("lisp/\\1.el" . "testing/lisp/\\1.el/test.*.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/test-\\1.el")
("contrib/lisp/\\1.el" . "testing/contrib/lisp/\\1.el/test.*.el") ("contrib/lisp/\\1.el" . "testing/contrib/lisp/\\1.el/test.*.el")
("testing/lisp/test-\\1.el" . "lisp/\\1.el") ("testing/lisp/test-\\1.el" . "lisp/\\1.el")
("testing/lisp/\\1.el" . "lisp/\\1.el/test.*.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")
("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el/test.*.el")) ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el/test.*.el"))
(concat org-base-dir "/") (concat org-base-dir "/")
"Jump between org-mode files and their tests." "Jump between org-mode files and their tests."
(lambda (path) (lambda (path)