diff options
| author | Paul Eggert | 2014-09-23 09:07:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-23 09:07:23 -0700 |
| commit | ccc7be94d73afce4295b6ee7eaa388d1cd930926 (patch) | |
| tree | f6c817bd0667f36c47cab9006f59882aaba83b62 /src/ChangeLog | |
| parent | 59e10fbd934323702a4586f50139d58db846bbf1 (diff) | |
| download | emacs-ccc7be94d73afce4295b6ee7eaa388d1cd930926.tar.gz emacs-ccc7be94d73afce4295b6ee7eaa388d1cd930926.zip | |
* dispextern.h, xdisp.c (window_box_right_offset): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63d732c8d2c..7e1768e2cda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-09-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * dispextern.h, xdisp.c (window_box_right_offset): Now static. | ||
| 4 | |||
| 1 | 2014-09-23 Dmitry Antipov <dmantipov@yandex.ru> | 5 | 2014-09-23 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 6 | ||
| 3 | Use known length of a Lisp string to copy it faster. | 7 | Use known length of a Lisp string to copy it faster. |