diff options
| -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 831d2811897..281bc86d7f1 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -819,7 +819,7 @@ function by default." | |||
| 819 | (substring string | 819 | (substring string |
| 820 | (match-beginning 2) (match-end 2)))) | 820 | (match-beginning 2) (match-end 2)))) |
| 821 | (re-coding (concat "^" prefix | 821 | (re-coding (concat "^" prefix |
| 822 | "coding[ \t]*:[ \t]*\\([^ \t]+\\)[ \t]*" | 822 | "coding[ \t]*:[ \t]*\\([^ \t\n]+\\)[ \t]*" |
| 823 | suffix "$")) | 823 | suffix "$")) |
| 824 | (re-end (concat "^" prefix "end *:[ \t]*" suffix "$")) | 824 | (re-end (concat "^" prefix "end *:[ \t]*" suffix "$")) |
| 825 | (limit (or (string-match re-end string idx) len))) | 825 | (limit (or (string-match re-end string idx) len))) |