* lisp/replace.el:
* lisp/textmodes/rst.el:
* lisp/whitespace.el: Add an explicit UTF-8 encoding tag.
-;;; replace.el --- replace commands for Emacs
+;;; replace.el --- replace commands for Emacs -*- coding: utf-8 -*-
;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free
;; Software Foundation, Inc.
;;;***
\f
-;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "43a3f05c024aee5b7708420f74266933")
+;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "751df6ee674ea533b755e8cda4ad1cf8")
;;; Generated autoloads from reftex-cite.el
(autoload 'reftex-default-bibliography "reftex-cite" "\
(provide 'rst)
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
;;; rst.el ends here
(run-hooks 'whitespace-load-hook)
+;; Local Variables:
+;; coding: utf-8
+;; End:
;;; whitespace.el ends here