emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100629: * lisp/org/org-entities.el:


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100629: * lisp/org/org-entities.el: Add explicit utf-8 coding cookie.
Date: Tue, 22 Jun 2010 00:51:46 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100629
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-22 00:51:46 -0700
message:
  * lisp/org/org-entities.el: Add explicit utf-8 coding cookie.
modified:
  lisp/org/ChangeLog
  lisp/org/org-entities.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2010-05-26 14:19:15 +0000
+++ b/lisp/org/ChangeLog        2010-06-22 07:51:46 +0000
@@ -1,3 +1,8 @@
+2010-06-22  Glenn Morris  <address@hidden>
+
+       * org-entities.el: Add explicit utf-8 coding cookie to file with
+       utf-8 characters.
+
 2010-05-26  Stefan Monnier  <address@hidden>
 
        * org.el (org-file-complete-link): Avoid (expand-file-name ".").

=== modified file 'lisp/org/org-entities.el'
--- a/lisp/org/org-entities.el  2010-04-15 10:11:52 +0000
+++ b/lisp/org/org-entities.el  2010-06-22 07:51:46 +0000
@@ -488,6 +488,9 @@
 
 (provide 'org-entities)
 
+;; Local variables:
+;; coding: utf-8
+;; End:
+
 ;; arch-tag: e6bd163f-7419-4009-9c93-a74623016424
-
 ;;; org-entities.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]