diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/lread.c | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
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)); |