]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Don't rely on defaults in decoding UTF-8 encoded Lisp files"
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 19:41:47 +0000 (22:41 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 22:39:46 +0000 (01:39 +0300)
This reverts commit db828f62f6f17414fbbc3206dac123dc73dd6055.

lisp/replace.el
lisp/textmodes/reftex.el
lisp/textmodes/rst.el
lisp/whitespace.el

index d84f3a24f61370faa897a324bed2adf178684ea0..3a908ac4d8d6430b11472ecb164ea05da93432a0 100644 (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.
index fb96c6c551b3e6bd67d6665049340eaadd785359..0ff1d72451eebf42810c05d4f0784c3661292874 100644 (file)
@@ -2446,7 +2446,7 @@ of ENTRY-LIST is a list of cons cells (\"MACRONAME\" . LEVEL).  See
 
 ;;;***
 \f
-;;;### (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" "\
index 4c234c9a31f837bcccce1d2696dcfb57e9266ac2..581e16e7cd825455ff9d806a459690aa1e82f992 100644 (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
index 839ca8c3ac584a47567f82a1792b701654ed19e1..d45a1dcc47f6b5da01705b56b6ae628970308676 100644 (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