]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.
authorGlenn Morris <rgm@gnu.org>
Tue, 22 Jun 2010 07:51:46 +0000 (00:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Jun 2010 07:51:46 +0000 (00:51 -0700)
lisp/org/ChangeLog
lisp/org/org-entities.el

index 35007edfe15491aebfed8fa7cc9ea3f0ce9f8035..6857a42862a631024dd2e01c99d1b32cbd3abd26 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-22  Glenn Morris  <rgm@gnu.org>
+
+       * org-entities.el: Add explicit utf-8 coding cookie to file with
+       utf-8 characters.
+
 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * org.el (org-file-complete-link): Avoid (expand-file-name ".").
index 709c037d488c46f673910b4cd44e4439682eda7c..4dfe3a95e1ba290a3667abf72e8c613c9820a65f 100644 (file)
@@ -488,6 +488,9 @@ Kind can be any of `latex', `html', `ascii', `latin1', or `utf8'."
 
 (provide 'org-entities)
 
-;; arch-tag: e6bd163f-7419-4009-9c93-a74623016424
+;; Local variables:
+;; coding: utf-8
+;; End:
 
+;; arch-tag: e6bd163f-7419-4009-9c93-a74623016424
 ;;; org-entities.el ends here