1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

* lisp/org/org-entities.el: Add explicit utf-8 coding cookie.

This commit is contained in:
Glenn Morris 2010-06-22 00:51:46 -07:00
parent be19ef0b9b
commit c50b0f11a5
2 changed files with 9 additions and 1 deletions

View 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