Fix duplicate ":" in ert-find-test-other-window prompt
* lisp/emacs-lisp/ert.el (ert-find-test-other-window): Don't insert duplicate ":" in prompt.
This commit is contained in:
parent
dc2688acb3
commit
4cb52200cb
1 changed files with 1 additions and 1 deletions
|
@ -1633,7 +1633,7 @@ default (if any)."
|
|||
|
||||
(defun ert-find-test-other-window (test-name)
|
||||
"Find, in another window, the definition of TEST-NAME."
|
||||
(interactive (list (ert-read-test-name-at-point "Find test definition: ")))
|
||||
(interactive (list (ert-read-test-name-at-point "Find test definition")))
|
||||
(find-function-do-it test-name 'ert--test 'switch-to-buffer-other-window))
|
||||
|
||||
(defun ert-delete-test (test-name)
|
||||
|
|
Loading…
Add table
Reference in a new issue