From efbc8101fe398ca52fdbd78d353aeac45cda3494 Mon Sep 17 00:00:00 2001 From: gamazeps Date: Tue, 23 Sep 2014 17:24:46 +0200 Subject: Replaced some TODO by FIXME closes #17478 --- rust-mode-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode-tests.el') diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 85800a6..1b6794e 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -623,7 +623,7 @@ Convert the line-column information from that list into a buffer position value. (move-to-column column) (point)))) -;;; TODO: Maybe add an ERT explainer function (something that shows the +;;; FIXME: Maybe add an ERT explainer function (something that shows the ;;; surrounding code of the final point, not just the position). (defun rust-test-motion (source-code init-pos final-pos manip-func &optional &rest args) "Test that MANIP-FUNC moves point from INIT-POS to FINAL-POS. -- cgit v1.2.3