Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
This commit is contained in:
commit
739e17e055
|
@ -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\\)\".
|
||||||
|
|
Loading…
Reference in New Issue