emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 58eeddf: Omit U+0332 COMBINING LOW LINE in previous


From: Paul Eggert
Subject: [Emacs-diffs] master 58eeddf: Omit U+0332 COMBINING LOW LINE in previous change
Date: Fri, 05 Jun 2015 07:05:17 +0000

branch: master
commit 58eeddf56bfd0492930395d601cc3f63bd9223c9
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Omit U+0332 COMBINING LOW LINE in previous change
    
    It turns out that it does not work on Ubuntu 15.04.
---
 lisp/calendar/cal-bahai.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 8a2191e..b68ba8a 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -57,8 +57,8 @@
 
 (defconst calendar-bahai-month-name-array
   ["Bahá" "Jalál" "Jamál" "‘Aẓamat" "Núr" "Raḥmat" "Kalimát" "Kamál"
-   "Asmá’" "‘Izzat" "Mas̲h̲íyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il"
-   "S̲h̲araf" "Sulṭán" "Mulk" "‘Alá’"]
+   "Asmá’" "‘Izzat" "Mashíyyat" "‘Ilm" "Qudrat" "Qawl" "Masá’il"
+   "Sharaf" "Sulṭán" "Mulk" "‘Alá’"]
   "Array of the month names in the Bahá'í calendar.")
 
 (defconst calendar-bahai-epoch (calendar-absolute-from-gregorian '(3 21 1844))



reply via email to

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