diff options
| author | Paul Eggert | 2014-10-12 13:09:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-12 13:09:15 -0700 |
| commit | cc541e588a000c9aa6f4d732e95b67e2f01433d6 (patch) | |
| tree | b5a74167f1b7cf4f1a667dd731056ad769dbf9e3 /src/lread.c | |
| parent | dfbb4d511ee5b0a6234ffa393deaaaf56a2651b7 (diff) | |
| download | emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.tar.gz emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.zip | |
Spelling fixes.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 59af12cf6da..171a51acb3f 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3661,8 +3661,8 @@ read_list (bool flag, Lisp_Object readcharfun) | |||
| 3661 | We don't use Fexpand_file_name because that would make | 3661 | We don't use Fexpand_file_name because that would make |
| 3662 | the directory absolute now. */ | 3662 | the directory absolute now. */ |
| 3663 | { | 3663 | { |
| 3664 | AUTO_STRING (dotdotlisp, "../lisp/"); | 3664 | AUTO_STRING (dot_dot_lisp, "../lisp/"); |
| 3665 | elt = concat2 (dotdotlisp, Ffile_name_nondirectory (elt)); | 3665 | elt = concat2 (dot_dot_lisp, Ffile_name_nondirectory (elt)); |
| 3666 | } | 3666 | } |
| 3667 | } | 3667 | } |
| 3668 | else if (EQ (elt, Vload_file_name) | 3668 | else if (EQ (elt, Vload_file_name) |