diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-05 00:04:53 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-06-05 00:04:53 -0700 |
commit | 58eeddf56bfd0492930395d601cc3f63bd9223c9 (patch) | |
tree | a6072124b0ab13536e8041366c167fa4adae3ca0 /lisp/calendar/cal-bahai.el | |
parent | 8453c732954a5386bb9f91494f4a35e174d42225 (diff) | |
download | emacs-58eeddf56bfd0492930395d601cc3f63bd9223c9.tar.gz |
Omit U+0332 COMBINING LOW LINE in previous change
It turns out that it does not work on Ubuntu 15.04.
Diffstat (limited to 'lisp/calendar/cal-bahai.el')
-rw-r--r-- | 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 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)) |