From 58eeddf56bfd0492930395d601cc3f63bd9223c9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 5 Jun 2015 00:04:53 -0700 Subject: 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 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/calendar/cal-bahai.el') diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el index 8a2191eb07d..b68ba8a866f 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)) -- cgit v1.2.1