aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2012-10-01 20:31:56 -0400
committerStefan Monnier2012-10-01 20:31:56 -0400
commit090cf9dbb07e7ab0817c208b6d8dcd613180b7c3 (patch)
tree7057ce7dfff1066256c5a321e3ffd5c8a79c7eb4 /etc
parent9f7b98f812674d2824d713b460973842e6e0943b (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 555f5cdf3f0..50b8e793717 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
624every Emacs run. Use (random S), where S is a string, to set the 626every Emacs run. Use (random S), where S is a string, to set the