Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"

This reverts commit db828f62f6.
This commit is contained in:
Dmitry Gutov 2015-09-28 22:41:47 +03:00
parent e809c39a82
commit 2d712286ac
4 changed files with 2 additions and 9 deletions

View file

@ -1,4 +1,4 @@
;;; replace.el --- replace commands for Emacs -*- coding: utf-8 -*-
;;; replace.el --- replace commands for Emacs
;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free
;; Software Foundation, Inc.

View file

@ -2446,7 +2446,7 @@ of ENTRY-LIST is a list of cons cells (\"MACRONAME\" . LEVEL). See
;;;***
;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "751df6ee674ea533b755e8cda4ad1cf8")
;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "43a3f05c024aee5b7708420f74266933")
;;; Generated autoloads from reftex-cite.el
(autoload 'reftex-default-bibliography "reftex-cite" "\

View file

@ -4235,8 +4235,4 @@ column is used (fill-column vs. end of previous/next line)."
(provide 'rst)
;; Local Variables:
;; coding: utf-8
;; End:
;;; rst.el ends here

View file

@ -2581,8 +2581,5 @@ It should be added buffer-locally to `write-file-functions'."
(run-hooks 'whitespace-load-hook)
;; Local Variables:
;; coding: utf-8
;; End:
;;; whitespace.el ends here