From: Leo Liu Date: Tue, 10 May 2011 08:14:42 +0000 (+0800) Subject: Convert mail/footnote.el to utf-8 encoding X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e2dd53f1654b39fd8b9732e57fd29b913988ecc;p=emacs.git Convert mail/footnote.el to utf-8 encoding --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50c3022ba0a..07a39ea8302 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-05-10 Leo Liu + + * mail/footnote.el: Convert to utf-8 encoding. + 2011-05-10 Glenn Morris Stefan Monnier diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 4a4ded22886..c225e4263a8 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -1,4 +1,4 @@ -;;; footnote.el --- footnote support for message mode -*- coding: iso-latin-1;-*- +;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- ;; Copyright (C) 1997, 2000-2011 Free Software Foundation, Inc. @@ -278,7 +278,7 @@ Wrapping around the alphabet implies successive repetitions of letters." ;; Latin-1 -(defconst footnote-latin-string "¹²³ºª§¶" +(defconst footnote-latin-string "¹²³ºª§¶" "String of Latin-1 footnoting characters.") ;; Note not [...]+, because this style cycles. @@ -312,7 +312,7 @@ english-lower == a, b, c, ... english-upper == A, B, C, ... roman-lower == i, ii, iii, iv, v, ... roman-upper == I, II, III, IV, V, ... -latin == ¹ ² ³ º ª § ¶ +latin == ¹ ² ³ º ª § ¶ See also variables `footnote-start-tag' and `footnote-end-tag'. Customizing this variable has no effect on buffers already