aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2013-06-16 20:52:24 -0400
committerStefan Monnier2013-06-16 20:52:24 -0400
commitdb3b7db5474db3fe313e7dd1b9084b70cbf8509a (patch)
tree8a2292428fd7a1d958cb237423d11cecdca5a36f /etc
parent7545bd25758f079680a7bb8559d50e32b3034c12 (diff)
downloademacs-db3b7db5474db3fe313e7dd1b9084b70cbf8509a.tar.gz
emacs-db3b7db5474db3fe313e7dd1b9084b70cbf8509a.zip
* lisp/international/characters.el (standard-case-table): Set syntax of ?»
and ?« to punctuation.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d2554f719f0..d92c9cdec1b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -415,6 +415,9 @@ It is layered as:
415 415
416* Incompatible Lisp Changes in Emacs 24.4 416* Incompatible Lisp Changes in Emacs 24.4
417 417
418** The syntax of ?» and ?« is now punctuation instead of matched parens.
419Some languages match those as »...« and others as «...» so better stay neutral.
420
418** The default file coding for Emacs Lisp files is now utf-8. 421** The default file coding for Emacs Lisp files is now utf-8.
419(See file-coding-system-alist.) In most cases, this change is transparent, but 422(See file-coding-system-alist.) In most cases, this change is transparent, but
420files that contain unusual characters without specifying an explicit coding 423files that contain unusual characters without specifying an explicit coding