diff options
| author | Juanma Barranquero | 2006-11-05 04:11:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-05 04:11:47 +0000 |
| commit | 60a294e2e92457c71ea42069886cced6614da51e (patch) | |
| tree | d48aecdec19d63339ad15c1a041bce4941a2ac8a /src | |
| parent | bd45aef790bda6b20f723740dcce476aec1aa8b1 (diff) | |
| download | emacs-60a294e2e92457c71ea42069886cced6614da51e.tar.gz emacs-60a294e2e92457c71ea42069886cced6614da51e.zip | |
(unexec): Fix typo in output message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/unexcw.c | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 924e643f612..2f6cd216af3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-11-05 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dosfns.c (Finsert_startup_screen): | ||
| 4 | * fns.c (Ffeaturep, syms_of_fns): | ||
| 5 | * frame.c (syms_of_frame): Fix typos in docstrings. | ||
| 6 | |||
| 7 | * unexcw.c (unexec): Fix typo in output message. | ||
| 8 | |||
| 1 | 2006-11-04 Ralf Angeli <angeli@caeruleus.net> | 9 | 2006-11-04 Ralf Angeli <angeli@caeruleus.net> |
| 2 | 10 | ||
| 3 | * w32fns.c (w32_createwindow): Remove code for handling -geometry | 11 | * w32fns.c (w32_createwindow): Remove code for handling -geometry |
diff --git a/src/unexcw.c b/src/unexcw.c index aee4f58896c..92e313c05d6 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -262,7 +262,7 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1, | |||
| 262 | if (bss_sbrk_did_unexec) | 262 | if (bss_sbrk_did_unexec) |
| 263 | { | 263 | { |
| 264 | /* can only dump once */ | 264 | /* can only dump once */ |
| 265 | printf ("You can only dump emacs once on this platform.\n"); | 265 | printf ("You can only dump Emacs once on this platform.\n"); |
| 266 | return (1); | 266 | return (1); |
| 267 | } | 267 | } |
| 268 | 268 | ||