]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #11209 with case conversion of u+0178.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 17:28:36 +0000 (20:28 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 17:28:36 +0000 (20:28 +0300)
 lisp/international/characters.el: Add set-case-syntax-pair call for
 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
 counterpart.

lisp/ChangeLog
lisp/international/characters.el

index e3a7ba29e4a55b1d73804981938188bb76841e49..a0a64226d82775b14218f6d9b797c5bbb4124432 100644 (file)
@@ -1,5 +1,9 @@
 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
 
+       * international/characters.el: Add set-case-syntax-pair call for
+       LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
+       counterpart.  (Bug#11209)
+
        * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
 
 2012-04-09  Glenn Morris  <rgm@gnu.org>
index ba8b8955fba40bea45cf2e6ab057d979b89c6bd8..ff6ac7b108aa475865528c3a3f0b0caca0b152d4 100644 (file)
@@ -575,6 +575,7 @@ with L, LRE, or LRO Unicode bidi character type.")
          (set-case-syntax-pair from (1+ from) tbl)
          (setq from (+ from 2))))))
 
+  (set-case-syntax-pair #x178 #x0ff tbl)
   (set-case-syntax-pair #x189 #x256 tbl)
   (set-case-syntax-pair #x18A #x257 tbl)