emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104183: Convert mail/footnote.el to


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104183: Convert mail/footnote.el to utf-8 encoding
Date: Tue, 10 May 2011 16:14:42 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104183
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-10 16:14:42 +0800
message:
  Convert mail/footnote.el to utf-8 encoding
modified:
  lisp/ChangeLog
  lisp/mail/footnote.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-10 02:31:42 +0000
+++ b/lisp/ChangeLog    2011-05-10 08:14:42 +0000
@@ -1,3 +1,7 @@
+2011-05-10  Leo Liu  <address@hidden>
+
+       * mail/footnote.el: Convert to utf-8 encoding.
+
 2011-05-10  Glenn Morris  <address@hidden>
           Stefan Monnier  <address@hidden>
 

=== modified file 'lisp/mail/footnote.el'
--- a/lisp/mail/footnote.el     2011-01-25 04:08:28 +0000
+++ b/lisp/mail/footnote.el     2011-05-10 08:14:42 +0000
@@ -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 @@
 
 ;; 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-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


reply via email to

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