diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index fa3ad80e2f7..6cfb7e6d457 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1970,7 +1970,7 @@ use \"coding: 'raw-text\" instead." | |||
| 1970 | (goto-char tail-start) | 1970 | (goto-char tail-start) |
| 1971 | (re-search-forward "[\r\n]\^L" tail-end t) | 1971 | (re-search-forward "[\r\n]\^L" tail-end t) |
| 1972 | (if (re-search-forward | 1972 | (if (re-search-forward |
| 1973 | "[\r\n]\\([^[\r\n]*\\)[ \t]*Local Variables:[ \t]*\\([^\r\n]*\\)[\r\n]" | 1973 | "[\r\n]\\([^\r\n]*\\)[ \t]*Local Variables:[ \t]*\\([^\r\n]*\\)[\r\n]" |
| 1974 | tail-end t) | 1974 | tail-end t) |
| 1975 | ;; The prefix is what comes before "local variables:" in its | 1975 | ;; The prefix is what comes before "local variables:" in its |
| 1976 | ;; line. The suffix is what comes after "local variables:" | 1976 | ;; line. The suffix is what comes after "local variables:" |