diff options
| author | Paul Eggert | 2011-05-15 18:11:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-15 18:11:54 -0700 |
| commit | cb93f9bef01e95b17b3d7b8786c103505355d98c (patch) | |
| tree | b144c1445fa517c0f076e1fdbbab22ed5bae1c78 /src/ChangeLog | |
| parent | d3cdcd1446538e4608b0d2dc31e6c8bd97bd9c5c (diff) | |
| download | emacs-cb93f9bef01e95b17b3d7b8786c103505355d98c.tar.gz emacs-cb93f9bef01e95b17b3d7b8786c103505355d98c.zip | |
* alloc.c (string_overflow): New function.
(Fmake_string): Use it. This doesn't change behavior, but saves
a few bytes and will simplify future changes.
* character.c (string_escape_byte8): Likewise.
* lisp.h (string_overflow): New decl.
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 89c58eeb5a4..178ebf78932 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-05-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (string_overflow): New function. | ||
| 4 | (Fmake_string): Use it. This doesn't change behavior, but saves | ||
| 5 | a few bytes and will simplify future changes. | ||
| 6 | * character.c (string_escape_byte8): Likewise. | ||
| 7 | * lisp.h (string_overflow): New decl. | ||
| 8 | |||
| 1 | 2011-05-15 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-05-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fixups, following up to the user-interface timestamp change. | 11 | Fixups, following up to the user-interface timestamp change. |