diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /src | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 | ||||
| -rw-r--r-- | src/unexmacosx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 581332502ed..a2b6d1f26d9 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1700,7 +1700,7 @@ readevalloop (Lisp_Object readcharfun, | |||
| 1700 | if (NILP (Ffboundp (macroexpand)) | 1700 | if (NILP (Ffboundp (macroexpand)) |
| 1701 | /* Don't macroexpand in .elc files, since it should have been done | 1701 | /* Don't macroexpand in .elc files, since it should have been done |
| 1702 | already. We actually don't know whether we're in a .elc file or not, | 1702 | already. We actually don't know whether we're in a .elc file or not, |
| 1703 | so we use circumstancial evidence: .el files normally go through | 1703 | so we use circumstantial evidence: .el files normally go through |
| 1704 | Vload_source_file_function -> load-with-code-conversion | 1704 | Vload_source_file_function -> load-with-code-conversion |
| 1705 | -> eval-buffer. */ | 1705 | -> eval-buffer. */ |
| 1706 | || EQ (readcharfun, Qget_file_char) | 1706 | || EQ (readcharfun, Qget_file_char) |
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index d38b91e955a..d304e85d490 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -119,7 +119,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 119 | 119 | ||
| 120 | /* LC_DATA_IN_CODE is not defined in mach-o/loader.h on OS X 10.7. | 120 | /* LC_DATA_IN_CODE is not defined in mach-o/loader.h on OS X 10.7. |
| 121 | But it is used if we build with "Command Line Tools for Xcode 4.5 | 121 | But it is used if we build with "Command Line Tools for Xcode 4.5 |
| 122 | (OS X Lion) - Septemper 2012". */ | 122 | (OS X Lion) - September 2012". */ |
| 123 | #ifndef LC_DATA_IN_CODE | 123 | #ifndef LC_DATA_IN_CODE |
| 124 | #define LC_DATA_IN_CODE 0x29 /* table of non-instructions in __text */ | 124 | #define LC_DATA_IN_CODE 0x29 /* table of non-instructions in __text */ |
| 125 | #endif | 125 | #endif |