diff options
| author | Dmitry Antipov | 2015-01-16 14:41:20 +0300 |
|---|---|---|
| committer | Dmitry Antipov | 2015-01-16 14:41:20 +0300 |
| commit | 7ee2733f1ecd3d4f2bd782aa802b090c77fbb135 (patch) | |
| tree | 630d68f6cbd86350adeddd59ba87eb105ff2ad0b /src/ChangeLog | |
| parent | b689b906f27c326c4c7531d4987ffaae49b50dcd (diff) | |
| download | emacs-7ee2733f1ecd3d4f2bd782aa802b090c77fbb135.tar.gz emacs-7ee2733f1ecd3d4f2bd782aa802b090c77fbb135.zip | |
Tiny lisp.h cleanup
* lisp.h (XTERMINAL): Add eassert.
* process.c (make_lisp_proc): Now static here.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63da5cbd972..0601e5a5aed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | * window.c (allocate_window): Now static here. | 15 | * window.c (allocate_window): Now static here. |
| 16 | Use ALLOCATE_ZEROED_PSEUDOVECTOR. Add comment. | 16 | Use ALLOCATE_ZEROED_PSEUDOVECTOR. Add comment. |
| 17 | 17 | ||
| 18 | * lisp.h (XTERMINAL): Add eassert. | ||
| 19 | * process.c (make_lisp_proc): Now static here. | ||
| 20 | |||
| 18 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2015-01-16 Paul Eggert <eggert@cs.ucla.edu> |
| 19 | 22 | ||
| 20 | Give up on -Wsuggest-attribute=const | 23 | Give up on -Wsuggest-attribute=const |