]> git.eshelyaron.com Git - emacs.git/commitdiff
Omit U+0332 COMBINING LOW LINE in previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 07:04:53 +0000 (00:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Jun 2015 07:04:53 +0000 (00:04 -0700)
It turns out that it does not work on Ubuntu 15.04.

lisp/calendar/cal-bahai.el

index 8a2191eb07da22b5c2e82d7c1ca22ebe656f4117..b68ba8a866f8d6edca75815cd120ba6397631dc1 100644 (file)
@@ -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))