From: Glenn Morris Date: Mon, 7 May 2012 21:45:34 +0000 (-0400) Subject: Also apply previous change to file locals at the end of the file X-Git-Tag: emacs-24.2.90~471^2~164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e;p=emacs.git Also apply previous change to file locals at the end of the file --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 3257b069787..4d567a6e9d8 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1890,6 +1890,8 @@ use \"coding: 'raw-text\" instead." :warning) (goto-char pos) (when (and set-auto-coding-for-load (re-search-forward re-unibyte tail-end t)) + (display-warning 'mule "`unibyte: t' is obsolete; \ +use \"coding: 'raw-text\" instead." :warning) (setq coding-system 'raw-text)) (when (and (not coding-system) (re-search-forward re-coding tail-end t))