diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:51:46 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:51:46 -0700 |
commit | c50b0f11a5a62629abfd3f97619c13f3ab99364c (patch) | |
tree | a25bcb68c881ab0117b5b9932cc7af461914a758 /lisp/org | |
parent | be19ef0b9b4b68226655eb17e4aa3f72d6b71bbc (diff) | |
download | emacs-c50b0f11a5a62629abfd3f97619c13f3ab99364c.tar.gz |
* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/org/org-entities.el | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 35007edfe15..6857a42862a 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -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 "."). diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el index 709c037d488..4dfe3a95e1b 100644 --- a/lisp/org/org-entities.el +++ b/lisp/org/org-entities.el @@ -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 |