Skip to content

Commit

Permalink
; Another minor fix in misc-lang.el
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Zaretskii committed Oct 5, 2015
1 parent 0a74e2b commit 7e83f50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lisp/language/misc-lang.el
Expand Up @@ -78,8 +78,9 @@ and Italian.")))
(set-char-table-range
composition-function-table
'(#x600 . #x74F)
(list ["[\u0600-\u074F\u200C\u200D]+" 0 'font-shape-gstring]
["[\u200C\u200D][\u0600-\u074F\u200C\u200D]+" 1 'font-shape-gstring]))
(list (vector "[\u0600-\u074F\u200C\u200D]+" 0 'font-shape-gstring)
(vector "[\u200C\u200D][\u0600-\u074F\u200C\u200D]+"
1 'font-shape-gstring)))

(provide 'misc-lang)

Expand Down

0 comments on commit 7e83f50

Please sign in to comment.