aboutsummaryrefslogtreecommitdiffhomepage
path: root/obsolete/plastic/plastic.el
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/plastic/plastic.el')
-rw-r--r--obsolete/plastic/plastic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete/plastic/plastic.el b/obsolete/plastic/plastic.el
index cf69a731..39f6c01f 100644
--- a/obsolete/plastic/plastic.el
+++ b/obsolete/plastic/plastic.el
@@ -546,8 +546,8 @@ For Plastic, we assume that module identifiers coincide with file names."
(aset string i ?\ )
(cl-incf i) )))
(keep-rest (lambda ()
- (loop for x in (string-to-list plastic-lit-string)
- do (aset string i ?\ ) (cl-incf i))
+ (cl-loop for x in (string-to-list plastic-lit-string)
+ do (aset string i ?\ ) (cl-incf i))
(while (and (< i l)
(/= (aref string i) ?\n)
(/= (aref string i) ?-))