Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Carsten Dominik 2010-11-02 23:04:18 +01:00
commit 739e17e055
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ files."
(defun org-test-current-defun () (defun org-test-current-defun ()
"Test the current function." "Test the current function."
(interactive) (interactive)
(ert (car (which-function)))) (ert (which-function)))
(defun org-test-run-all-tests () (defun org-test-run-all-tests ()
"Run all defined tests matching \"\\(org\\|ob\\)\". "Run all defined tests matching \"\\(org\\|ob\\)\".