diff options
| author | Paul Eggert | 2014-07-11 10:55:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-11 10:55:24 -0700 |
| commit | 6a89fc81ea7b94ddf20775a2c85811bdf9a775d6 (patch) | |
| tree | d3c597bc6978b205b56fb03f228c5e56a5a78987 /src/ChangeLog | |
| parent | 47571310770234371eb6e361214056efd1b67137 (diff) | |
| download | emacs-6a89fc81ea7b94ddf20775a2c85811bdf9a775d6.tar.gz emacs-6a89fc81ea7b94ddf20775a2c85811bdf9a775d6.zip | |
Coalesce extern decls.
* minibuf.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty):
* sysdep.c (emacs_get_tty, emacs_set_tty):
Move duplicate extern decls from here ...
* systty.h: ... to here, so that there's just one copy.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2838d3f692a..9265051e311 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-07-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Coalesce extern decls. | ||
| 4 | * minibuf.c (emacs_get_tty, emacs_set_tty, suppress_echo_on_tty): | ||
| 5 | * sysdep.c (emacs_get_tty, emacs_set_tty): | ||
| 6 | Move duplicate extern decls from here ... | ||
| 7 | * systty.h: ... to here, so that there's just one copy. | ||
| 8 | |||
| 1 | 2014-07-11 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2014-07-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * nsterm.m (changeFont:): Add ifdef NS_IMPL_COCOA. | 11 | * nsterm.m (changeFont:): Add ifdef NS_IMPL_COCOA. |