diff options
| author | Stefan Monnier | 2013-06-16 20:52:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-06-16 20:52:24 -0400 |
| commit | db3b7db5474db3fe313e7dd1b9084b70cbf8509a (patch) | |
| tree | 8a2292428fd7a1d958cb237423d11cecdca5a36f /etc | |
| parent | 7545bd25758f079680a7bb8559d50e32b3034c12 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. | ||
| 419 | Some 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 |
| 420 | files that contain unusual characters without specifying an explicit coding | 423 | files that contain unusual characters without specifying an explicit coding |