diff options
| author | Eli Zaretskii | 2014-09-01 17:44:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-01 17:44:33 +0300 |
| commit | 8d033ecb9d8189a7e6b1230e86dacb253dedb055 (patch) | |
| tree | fdbad69fa57e625e34acb0f8ab747892f7516496 /src | |
| parent | acb6f20c3a864a548b3b0fcd7ee0c1c617a55013 (diff) | |
| download | emacs-8d033ecb9d8189a7e6b1230e86dacb253dedb055.tar.gz emacs-8d033ecb9d8189a7e6b1230e86dacb253dedb055.zip | |
src/lastfile.c: Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lastfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lastfile.c b/src/lastfile.c index e7136e069d0..84b28b0311b 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -36,7 +36,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | 36 | ||
| 37 | #include <config.h> | 37 | #include <config.h> |
| 38 | 38 | ||
| 39 | #include <lisp.h> | 39 | #include "lisp.h" |
| 40 | 40 | ||
| 41 | char my_edata[] = "End of Emacs initialized data"; | 41 | char my_edata[] = "End of Emacs initialized data"; |
| 42 | 42 | ||