Misc minor simplifications in C code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2012 00:31:56 +0000 (20:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2012 00:31:56 +0000 (20:31 -0400)
commit090cf9dbb07e7ab0817c208b6d8dcd613180b7c3
tree7057ce7dfff1066256c5a321e3ffd5c8a79c7eb4
parent9f7b98f812674d2824d713b460973842e6e0943b
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.
etc/NEWS
src/ChangeLog
src/buffer.c
src/coding.h
src/frame.c