Mercurial > emacs
diff etc/NEWS @ 45694:b31ffbdd8d11
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sat, 08 Jun 2002 21:06:40 +0000 |
parents | bac6738f3c27 |
children | 75e9d527da2b |
line wrap: on
line diff
--- a/etc/NEWS Sat Jun 08 21:03:00 2002 +0000 +++ b/etc/NEWS Sat Jun 08 21:06:40 2002 +0000 @@ -293,9 +293,11 @@ ** shell-mode now supports programmable completion using `pcomplete'. -** Emacs now tries to set up buffer coding systems for XML files +** Emacs now tries to set up buffer coding systems for HTML/XML files automatically. This is accomplished using the general mechanism of a -new variable called `auto-coding-functions', which you may add to. +new variable called `auto-coding-functions', which you may add to. If +the coding system is detected incorrectly, you may use coding: tags to +override them. ** The new command `comint-input-previous-argument' in comint-derived modes (shell-mode etc) inserts arguments from previous command lines,