emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/language/lao.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/lao.el,v
Date: Mon, 25 Feb 2008 01:36:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/25 01:36:48

Index: lao.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/lao.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- lao.el      1 Feb 2008 16:01:03 -0000       1.27
+++ lao.el      25 Feb 2008 01:36:48 -0000      1.28
@@ -48,13 +48,8 @@
         (features lao-util)
         (documentation . t)))
 
-;; For automatic composition.
-;; (let ((chars "(1QTUVWXY[\hijklm(B"))
-;;  (dotimes (i (length chars))
-;;    (aset composition-function-table (aref chars i)
-;;       'lao-composition-function)))
 (set-char-table-range composition-function-table '(#xE80 . #xEDF)
-                     '(("[\xE80-\xEDF]+" . font-shape-text)))
+                     '(("[\xE80-\xEDF]+" . lao-composition-function)))
 
 (provide 'lao)
 




reply via email to

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