1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

Convert mail/footnote.el to utf-8 encoding

This commit is contained in:
Leo Liu 2011-05-10 16:14:42 +08:00
parent ffb54e99ad
commit 9e2dd53f16
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2011-05-10 Leo Liu <sdl.web@gmail.com>
* mail/footnote.el: Convert to utf-8 encoding.
2011-05-10 Glenn Morris <rgm@gnu.org>
Stefan Monnier <monnier@iro.umontreal.ca>

View File

@ -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