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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -619,6 +619,8 @@ inefficiency, and not namespace-clean. | |||
| 619 | 619 | ||
| 620 | * Incompatible Lisp Changes in Emacs 24.3 | 620 | * Incompatible Lisp Changes in Emacs 24.3 |
| 621 | 621 | ||
| 622 | ** set-buffer-multibyte now signals an error in narrowed buffers. | ||
| 623 | |||
| 622 | +++ | 624 | +++ |
| 623 | ** (random) by default now returns a different random sequence in | 625 | ** (random) by default now returns a different random sequence in |
| 624 | every Emacs run. Use (random S), where S is a string, to set the | 626 | every Emacs run. Use (random S), where S is a string, to set the |