summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el')
-rw-r--r--test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
index 9f5b459c0e4..24981bb63cf 100644
--- a/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
+++ b/test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
@@ -43,7 +43,7 @@
(result nil))
(while !lt!(< index num)!test!
(push index result)!loop!
- (cl-incf index))!end-loop!
+ (incf index))!end-loop!
(nreverse result)))
(defun edebug-test-code-choices (input)