diff options
| author | Kenichi Handa | 2006-06-07 11:04:22 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-07 11:04:22 +0000 |
| commit | 0e7a5993b39e554bac0e4c62e4f03b8f2b77339b (patch) | |
| tree | 5e67ceec43aa8e5d3541c75140ef30eedd6f3f32 | |
| parent | 8dec0e017b3ef08105e6be254df10071dc1ed5d7 (diff) | |
| download | emacs-0e7a5993b39e554bac0e4c62e4f03b8f2b77339b.tar.gz emacs-0e7a5993b39e554bac0e4c62e4f03b8f2b77339b.zip | |
Add an example for the previous change.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -1097,7 +1097,10 @@ various global and per-coding-system translation tables. You can also | |||
| 1097 | specify it in a local variable list at the end of the file. For | 1097 | specify it in a local variable list at the end of the file. For |
| 1098 | shortcut, instead of using this long variable name, you can append the | 1098 | shortcut, instead of using this long variable name, you can append the |
| 1099 | character "!" at the end of coding-system name specified in -*- | 1099 | character "!" at the end of coding-system name specified in -*- |
| 1100 | construct or in a local variable list. | 1100 | construct or in a local variable list. For example, if a file has the |
| 1101 | following header, it is decoded by the coding system `iso-latin-1' | ||
| 1102 | without any character translation: | ||
| 1103 | ;; -*- coding: iso-latin-1!; -*- | ||
| 1101 | 1104 | ||
| 1102 | --- | 1105 | --- |
| 1103 | *** Language environment and various default coding systems are setup | 1106 | *** Language environment and various default coding systems are setup |