20 lines
670 B
Diff
20 lines
670 B
Diff
From: Peter Lemenkov <lemenkov@gmail.com>
|
|
Date: Tue, 20 Jun 2017 18:24:11 +0300
|
|
Subject: [PATCH] Convert to proper UTF-8
|
|
|
|
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
|
|
diff --git a/examples/core-macros.lfe b/examples/core-macros.lfe
|
|
index e76148a..3cac342 100644
|
|
--- a/examples/core-macros.lfe
|
|
+++ b/examples/core-macros.lfe
|
|
@@ -96,7 +96,7 @@
|
|
(() `'false)))
|
|
|
|
;; This version of backquote is almost an exact copy of a quasiquote
|
|
-;; expander for Scheme by André van Tonder. It is very compact and
|
|
+;; expander for Scheme by André van Tonder. It is very compact and
|
|
;; with some cons/append optimisations we have added produces quite
|
|
;; reasonable code.
|
|
|