# HG changeset patch # User Kenichi Handa # Date 1149678262 0 # Node ID 2f0ef040dfe354a5f3350f355aeec168c11a3079 # Parent 6ed7bdd0b6d955b618eb6ffdd388def44f3936fd Add an example for the previous change. diff -r 6ed7bdd0b6d9 -r 2f0ef040dfe3 etc/NEWS --- a/etc/NEWS Wed Jun 07 01:21:12 2006 +0000 +++ b/etc/NEWS Wed Jun 07 11:04:22 2006 +0000 @@ -1097,7 +1097,10 @@ specify it in a local variable list at the end of the file. For shortcut, instead of using this long variable name, you can append the character "!" at the end of coding-system name specified in -*- -construct or in a local variable list. +construct or in a local variable list. For example, if a file has the +following header, it is decoded by the coding system `iso-latin-1' +without any character translation: +;; -*- coding: iso-latin-1!; -*- --- *** Language environment and various default coding systems are setup