diff options
| author | Stefan Monnier | 2012-10-01 20:31:56 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-10-01 20:31:56 -0400 |
| commit | 090cf9dbb07e7ab0817c208b6d8dcd613180b7c3 (patch) | |
| tree | 7057ce7dfff1066256c5a321e3ffd5c8a79c7eb4 /src/ChangeLog | |
| parent | 9f7b98f812674d2824d713b460973842e6e0943b (diff) | |
| download | emacs-090cf9dbb07e7ab0817c208b6d8dcd613180b7c3.tar.gz emacs-090cf9dbb07e7ab0817c208b6d8dcd613180b7c3.zip | |
Misc minor simplifications in C code.
* src/buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
(Fmake_overlay): Remove redundant tests.
* src/coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
case for the special 0 coding-system.
* src/frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56e75b5efce..507fe80c8ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP. | ||
| 4 | |||
| 5 | * coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special | ||
| 6 | case for the special 0 coding-system. | ||
| 7 | |||
| 8 | * buffer.c (Fset_buffer_multibyte): Signal an error instead of widening. | ||
| 9 | (Fmake_overlay): Remove redundant tests. | ||
| 10 | |||
| 1 | 2012-10-02 Juanma Barranquero <lekktu@gmail.com> | 11 | 2012-10-02 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): | 13 | * makefile.w32-in ($(BLD)/alloc.$(O), $(BLD)/gmalloc.$(O)): |