emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/international/characters.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/characters.el,v
Date: Tue, 20 Jun 2006 01:31:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/06/20 01:31:25

Index: characters.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/characters.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- characters.el       5 Apr 2006 06:33:02 -0000       1.55
+++ characters.el       20 Jun 2006 01:31:25 -0000      1.56
@@ -1258,7 +1258,10 @@
 ;;; Setting word boundary.
 
 (setq word-combining-categories
-      '((?l . ?l)))
+      '((?l . ?l)
+       (?C . ?C)
+       (?C . ?H)
+       (?C . ?K)))
 
 (setq word-separating-categories       ;  (2-byte character sets)
       '((?A . ?K)                      ; Alpha numeric - Katakana




reply via email to

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