Skip to content

Commit

Permalink
* lisp/international/characters.el (standard-case-table): Improve las…
Browse files Browse the repository at this point in the history
…t change.
  • Loading branch information
Eli-Zaretskii committed Jun 23, 2016
1 parent 92289ce commit 037f82a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions lisp/international/characters.el
Original file line number Diff line number Diff line change
Expand Up @@ -623,21 +623,19 @@ with L, LRE, or LRO Unicode bidi character type.")
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
;; The order of the next 6 lines is important, since we want
;; upcase of dž return DŽ, not Dž, and the same for the rest.
(set-case-syntax-pair tbl)
;; We use set-downcase-syntax below, since we want upcase of dž
;; return DŽ, not Dž, and the same for the rest.
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)

;; 01F0; F; 006A 030C; # LATIN SMALL LETTER J WITH CARON

;; The order of the next two lines is important, since we want
;; upcase of dz return DZ, not Dz.
(set-case-syntax-pair tbl)
(set-case-syntax-pair tbl)
(set-downcase-syntax tbl)
(set-case-syntax-pair tbl)
(set-case-syntax-pair ?ƿ tbl)
(set-case-syntax-pair ?ⱥ tbl)
Expand Down

0 comments on commit 037f82a

Please sign in to comment.