diff options
| author | Dmitry Gutov | 2015-09-28 22:41:47 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-09-29 01:39:46 +0300 |
| commit | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (patch) | |
| tree | b6d12cf9989672f4ddeba89b8f3ef6ff21dec342 /lisp/textmodes | |
| parent | e809c39a827ff5528ad7f05f456ff3ba7082133b (diff) | |
| download | emacs-2d712286ac67c3bb4d8da3a6d62d71eca1726aad.tar.gz emacs-2d712286ac67c3bb4d8da3a6d62d71eca1726aad.zip | |
Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"
This reverts commit db828f62f6f17414fbbc3206dac123dc73dd6055.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index fb96c6c551b..0ff1d72451e 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2446,7 +2446,7 @@ of ENTRY-LIST is a list of cons cells (\"MACRONAME\" . LEVEL). See | |||
| 2446 | 2446 | ||
| 2447 | ;;;*** | 2447 | ;;;*** |
| 2448 | 2448 | ||
| 2449 | ;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "751df6ee674ea533b755e8cda4ad1cf8") | 2449 | ;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "43a3f05c024aee5b7708420f74266933") |
| 2450 | ;;; Generated autoloads from reftex-cite.el | 2450 | ;;; Generated autoloads from reftex-cite.el |
| 2451 | 2451 | ||
| 2452 | (autoload 'reftex-default-bibliography "reftex-cite" "\ | 2452 | (autoload 'reftex-default-bibliography "reftex-cite" "\ |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 4c234c9a31f..581e16e7cd8 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -4235,8 +4235,4 @@ column is used (fill-column vs. end of previous/next line)." | |||
| 4235 | 4235 | ||
| 4236 | (provide 'rst) | 4236 | (provide 'rst) |
| 4237 | 4237 | ||
| 4238 | ;; Local Variables: | ||
| 4239 | ;; coding: utf-8 | ||
| 4240 | ;; End: | ||
| 4241 | |||
| 4242 | ;;; rst.el ends here | 4238 | ;;; rst.el ends here |