emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107795: Fix bug #11209 with case


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107795: Fix bug #11209 with case conversion of u+0178.
Date: Mon, 09 Apr 2012 20:28:36 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107795
fixes bug(s): http://debbugs.gnu.org/11209
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-04-09 20:28:36 +0300
message:
  Fix bug #11209 with case conversion of u+0178.
  
   lisp/international/characters.el: Add set-case-syntax-pair call for
   LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
   counterpart.
modified:
  lisp/ChangeLog
  lisp/international/characters.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-09 16:56:35 +0000
+++ b/lisp/ChangeLog    2012-04-09 17:28:36 +0000
@@ -1,5 +1,9 @@
 2012-04-09  Eli Zaretskii  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/international/characters.el'
--- a/lisp/international/characters.el  2012-02-18 11:36:54 +0000
+++ b/lisp/international/characters.el  2012-04-09 17:28:36 +0000
@@ -575,6 +575,7 @@
          (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]