diff lisp/international/mule.el @ 103979:0cca0ac80b2a

(auto-coding-regexp-alist): Only match BABYL... at the start of buffer, not of lines. (Bug#3790)
author Glenn Morris <rgm@gnu.org>
date Sun, 19 Jul 2009 00:40:04 +0000
parents 9f50c5639e4c
children 91afee51b252
line wrap: on
line diff
--- a/lisp/international/mule.el	Sun Jul 19 00:33:58 2009 +0000
+++ b/lisp/international/mule.el	Sun Jul 19 00:40:04 2009 +0000
@@ -1,6 +1,7 @@
 ;;; mule.el --- basic commands for multilingual environment
 
-;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;;   2007, 2008, 2009
 ;;   Free Software Foundation, Inc.
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006, 2007, 2008, 2009
@@ -1646,7 +1647,7 @@
 		       (symbol :tag "Coding system"))))
 
 (defcustom auto-coding-regexp-alist
-  '(("^BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion)
+  '(("\\`BABYL OPTIONS:[ \t]*-\\*-[ \t]*rmail[ \t]*-\\*-" . no-conversion)
     ("\\`\xFE\xFF" . utf-16be-with-signature)
     ("\\`\xFF\xFE" . utf-16le-with-signature)
     ("\\`\xEF\xBB\xBF" . utf-8-with-signature)