From: Gerd Moellmann Date: Wed, 16 May 2001 11:03:05 +0000 (+0000) Subject: Add entry for auto-coding-regexp-alist. X-Git-Tag: emacs-pretest-21.0.104~489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac57988b7ac5b47dc676d84763e8485de1706870;p=emacs.git Add entry for auto-coding-regexp-alist. --- diff --git a/etc/NEWS b/etc/NEWS index e42e39aef4e..cf70ca324d0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2452,6 +2452,11 @@ instead. as promised long ago. ** The new function `float-time' returns the current time as a float. + +** The new variable auto-coding-regexp-alist specifies coding systems +for reading specific files, analogous to auto-coding-alist, but +patterns are checked against file contents instead of file names. + * Lisp changes in Emacs 21.1 (see following page for display-related features)