diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-08 00:42:51 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-08 00:42:51 -0700 |
commit | 5d5870b813c9ad0cc51740553fc9adb7400888e3 (patch) | |
tree | d941511b032e50385e96f48fc741a2e584616d7d /lisp/htmlfontify.el | |
parent | 090f6ea1ed469b179cf6f101d67ca14cf306d306 (diff) | |
download | emacs-5d5870b813c9ad0cc51740553fc9adb7400888e3.tar.gz |
* lisp/htmlfontify.el: Add utf-8 coding cookie (eg for ellipsis at l1686).
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index bfa81595085..0a4bec2248f 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1,6 +1,7 @@ ;;; htmlfontify.el --- htmlise a buffer/source tree with optional hyperlinks -;; Copyright (C) 2002, 2003, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2009, 2010 +;; Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify @@ -2370,5 +2371,8 @@ Use a fallback method for obtaining the rgb values for a color. (provide 'htmlfontify) -;; arch-tag: 944e5e63-c81d-4baa-a82a-0275f9c30e61 +;; Local Variables: +;; coding: utf-8 +;; End: + ;;; htmlfontify.el ends here |