emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101847: * lisp/htmlfontify.el: Add u


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101847: * lisp/htmlfontify.el: Add utf-8 coding cookie (eg for ellipsis at l1686).
Date: Fri, 08 Oct 2010 00:42:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101847
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-08 00:42:51 -0700
message:
  * lisp/htmlfontify.el: Add utf-8 coding cookie (eg for ellipsis at l1686).
modified:
  lisp/htmlfontify.el
=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2010-09-01 10:03:08 +0000
+++ b/lisp/htmlfontify.el       2010-10-08 07:42:51 +0000
@@ -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


reply via email to

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