diff options
| author | Glenn Morris | 2012-05-07 17:45:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-07 17:45:34 -0400 |
| commit | fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e (patch) | |
| tree | eeb23e47ee8061cc3aa768b80d15b154496f2ad7 /lisp | |
| parent | 037945709a73158972078ea4f0f8daa1e7181756 (diff) | |
| download | emacs-fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e.tar.gz emacs-fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e.zip | |
Also apply previous change to file locals at the end of the file
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
| 1890 | (goto-char pos) | 1890 | (goto-char pos) |
| 1891 | (when (and set-auto-coding-for-load | 1891 | (when (and set-auto-coding-for-load |
| 1892 | (re-search-forward re-unibyte tail-end t)) | 1892 | (re-search-forward re-unibyte tail-end t)) |
| 1893 | (display-warning 'mule "`unibyte: t' is obsolete; \ | ||
| 1894 | use \"coding: 'raw-text\" instead." :warning) | ||
| 1893 | (setq coding-system 'raw-text)) | 1895 | (setq coding-system 'raw-text)) |
| 1894 | (when (and (not coding-system) | 1896 | (when (and (not coding-system) |
| 1895 | (re-search-forward re-coding tail-end t)) | 1897 | (re-search-forward re-coding tail-end t)) |