aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/dissociate.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el
index 494d83b3b58..6939f320f79 100644
--- a/lisp/play/dissociate.el
+++ b/lisp/play/dissociate.el
@@ -88,9 +88,7 @@ Default is 2."
88 (funcall move-function 88 (funcall move-function
89 (- move-amount))) 89 (- move-amount)))
90 (point)))) 90 (point))))
91 (let (ranval) 91 (goto-char (1+ (random (1- (point-max)))))
92 (while (< (setq ranval (random)) 0))
93 (goto-char (1+ (% ranval (1- (point-max))))))
94 (or (funcall search-function overlap nil t) 92 (or (funcall search-function overlap nil t)
95 (let ((opoint (point))) 93 (let ((opoint (point)))
96 (goto-char 1) 94 (goto-char 1)