diff options
| author | gamazeps <gamaz3ps@gmail.com> | 2014-09-23 17:24:46 +0200 |
|---|---|---|
| committer | gamazeps <gamaz3ps@gmail.com> | 2014-09-29 18:14:28 +0200 |
| commit | efbc8101fe398ca52fdbd78d353aeac45cda3494 (patch) | |
| tree | 39374598ac74f17300b47084fd39415f6497331a /rust-mode-tests.el | |
| parent | 7cb68f71bccffaa40c6c7ad296fdf97c72839985 (diff) | |
| download | rust-mode-efbc8101fe398ca52fdbd78d353aeac45cda3494.tar.gz | |
Replaced some TODO by FIXME
closes #17478
Diffstat (limited to 'rust-mode-tests.el')
| -rw-r--r-- | rust-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
