aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /src/lread.c
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 2538851bac6..409e97cdfa6 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3497,7 +3497,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list, bool locate_syms)
3497 3497
3498 /* Optimisation: since the placeholder is already 3498 /* Optimisation: since the placeholder is already
3499 a cons, repurpose it as the actual value. 3499 a cons, repurpose it as the actual value.
3500 This allows us to skip the substition below, 3500 This allows us to skip the substitution below,
3501 since the placeholder is already referenced 3501 since the placeholder is already referenced
3502 inside TEM at the appropriate places. */ 3502 inside TEM at the appropriate places. */
3503 Fsetcar (placeholder, XCAR (tem)); 3503 Fsetcar (placeholder, XCAR (tem));