From: Paul Eggert Date: Sat, 5 Oct 2019 10:14:54 +0000 (-0700) Subject: Omit one more superfluous "-" in regexp X-Git-Tag: emacs-27.0.90~1272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efd51ed04cf28a9b82334f3d4858080838e1f491;p=emacs.git Omit one more superfluous "-" in regexp Problem reported by Mattias EngdegÄrd. * lisp/language/indian.el (gurmukhi-composable-pattern): Omit unnecessary "-". --- diff --git a/lisp/language/indian.el b/lisp/language/indian.el index 4013faca7cb..9cbc0d843ea 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el @@ -199,7 +199,7 @@ South Indian language Malayalam is supported in this language environment.")) ("A" . "\u0A03") ; SIGN VISARGA ("V" . "[\u0A05-\u0A14]") ; independent vowel ("C" . "[\u0A15-\u0A39\u0A59-\u0A5E]") ; consonant - ("Y" . "[\u0A2F-\u0A30\u0A35\u0A39]") ; YA, RA, VA, HA + ("Y" . "[\u0A2F\u0A30\u0A35\u0A39]") ; YA, RA, VA, HA ("n" . "\u0A3C") ; NUKTA ("v" . "[\u0A3E-\u0A4C]") ; vowel sign ("H" . "\u0A4D") ; VIRAMA