Also apply previous change to file locals at the end of the file
authorGlenn Morris <rgm@gnu.org>
Mon, 7 May 2012 21:45:34 +0000 (17:45 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 May 2012 21:45:34 +0000 (17:45 -0400)
lisp/international/mule.el

index 3257b06..4d567a6 100644 (file)
@@ -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))