aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-06-07 11:04:22 +0000
committerKenichi Handa2006-06-07 11:04:22 +0000
commit0e7a5993b39e554bac0e4c62e4f03b8f2b77339b (patch)
tree5e67ceec43aa8e5d3541c75140ef30eedd6f3f32
parent8dec0e017b3ef08105e6be254df10071dc1ed5d7 (diff)
downloademacs-0e7a5993b39e554bac0e4c62e4f03b8f2b77339b.tar.gz
emacs-0e7a5993b39e554bac0e4c62e4f03b8f2b77339b.zip
Add an example for the previous change.
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb7fdcabaca..f29091f41b5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1097,7 +1097,10 @@ various global and per-coding-system translation tables. You can also
1097specify it in a local variable list at the end of the file. For 1097specify it in a local variable list at the end of the file. For
1098shortcut, instead of using this long variable name, you can append the 1098shortcut, instead of using this long variable name, you can append the
1099character "!" at the end of coding-system name specified in -*- 1099character "!" at the end of coding-system name specified in -*-
1100construct or in a local variable list. 1100construct or in a local variable list. For example, if a file has the
1101following header, it is decoded by the coding system `iso-latin-1'
1102without 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