Mercurial > emacs
changeset 110819:c8c94070c034
* lisp/htmlfontify.el: Add utf-8 coding cookie (eg for ellipsis at l1686).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 08 Oct 2010 00:42:51 -0700 |
parents | 605f59122ae2 |
children | e60b0b3ed516 |
files | lisp/htmlfontify.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/htmlfontify.el Fri Oct 08 07:35:21 2010 +0000 +++ b/lisp/htmlfontify.el Fri Oct 08 00:42:51 2010 -0700 @@ -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 @@ (provide 'htmlfontify) -;; arch-tag: 944e5e63-c81d-4baa-a82a-0275f9c30e61 +;; Local Variables: +;; coding: utf-8 +;; End: + ;;; htmlfontify.el ends here