diff options
| author | Glenn Morris | 2008-06-25 07:49:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-25 07:49:12 +0000 |
| commit | c045cf6edca1a7537e0a90856c6626ad397b3dba (patch) | |
| tree | 1f75c5f1ab7383bc2ba01aef2384c0d3a91686b2 /src | |
| parent | b8350f31b46033a64ff1383d080ccceae2fd8ab3 (diff) | |
| download | emacs-c045cf6edca1a7537e0a90856c6626ad397b3dba.tar.gz emacs-c045cf6edca1a7537e0a90856c6626ad397b3dba.zip | |
Comment typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c08b8e5efbb..60aace0a53e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -680,7 +680,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS) | |||
| 680 | Files included conditionally here should be included (unconditionally) | 680 | Files included conditionally here should be included (unconditionally) |
| 681 | in SOME_MACHINE_LISP. */ | 681 | in SOME_MACHINE_LISP. */ |
| 682 | 682 | ||
| 683 | /* Please loaddefs.el first, so it gets generated first, since it is on | 683 | /* Place loaddefs.el first, so it gets generated first, since it is on |
| 684 | the critical path (relevant in parallel compilations). */ | 684 | the critical path (relevant in parallel compilations). */ |
| 685 | 685 | ||
| 686 | lisp= \ | 686 | lisp= \ |