]> code.delx.au - gnu-emacs/commitdiff
Don't rely on defaults in decoding UTF-8 encoded Lisp files
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Sep 2015 16:51:20 +0000 (19:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 21 Sep 2015 16:51:20 +0000 (19:51 +0300)
* lisp/replace.el:
* lisp/textmodes/rst.el:
* lisp/whitespace.el: Add an explicit UTF-8 encoding tag.

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

index 3a908ac4d8d6430b11472ecb164ea05da93432a0..d84f3a24f61370faa897a324bed2adf178684ea0 100644 (file)
@@ -1,4 +1,4 @@
-;;; 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.
index 0ff1d72451eebf42810c05d4f0784c3661292874..fb96c6c551b3e6bd67d6665049340eaadd785359 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" "43a3f05c024aee5b7708420f74266933")
+;;;### (autoloads nil "reftex-cite" "reftex-cite.el" "751df6ee674ea533b755e8cda4ad1cf8")
 ;;; Generated autoloads from reftex-cite.el
 
 (autoload 'reftex-default-bibliography "reftex-cite" "\
index 581e16e7cd825455ff9d806a459690aa1e82f992..4c234c9a31f837bcccce1d2696dcfb57e9266ac2 100644 (file)
@@ -4235,4 +4235,8 @@ column is used (fill-column vs. end of previous/next line)."
 
 (provide 'rst)
 
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
 ;;; rst.el ends here
index d45a1dcc47f6b5da01705b56b6ae628970308676..839ca8c3ac584a47567f82a1792b701654ed19e1 100644 (file)
@@ -2581,5 +2581,8 @@ 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