emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/iedit df2de42fa1 149/301: Remove test-util.el


From: ELPA Syncer
Subject: [nongnu] elpa/iedit df2de42fa1 149/301: Remove test-util.el
Date: Mon, 10 Jan 2022 22:58:58 -0500 (EST)

branch: elpa/iedit
commit df2de42fa16038798179196a3c48125df7ea8317
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    Remove test-util.el
---
 test-util.el | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/test-util.el b/test-util.el
deleted file mode 100644
index 7cf5502f48..0000000000
--- a/test-util.el
+++ /dev/null
@@ -1,14 +0,0 @@
-(defun marker-position-list (l)
-  "convert list of markers to positions"
-  (mapcar (lambda (m) (marker-position m)) l))
-
-(defun goto-word (word &optional beginning)
-  (goto-char (point-min))
-  (search-forward word)
-  (when beginning
-    (goto-char (- (point) (length word)))))
-
-(defun goto-word-beginning (word)
-  (goto-word word t))
-
-(provide 'test-util)
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]