]> git.eshelyaron.com Git - emacs.git/commitdiff
Add coding tag, avoid decode-char.
authorDave Love <fx@gnu.org>
Thu, 23 May 2002 18:20:14 +0000 (18:20 +0000)
committerDave Love <fx@gnu.org>
Thu, 23 May 2002 18:20:14 +0000 (18:20 +0000)
lisp/language/devan-util.el

index 38b56f891983b1129a4c474ed06f6b49110d5102..73fea21d5ac68c8b4dbad1f5ab88e3575ff01f3a 100644 (file)
@@ -1,4 +1,4 @@
-;;; devan-util.el --- Support for composing Devanagari characters
+;;; devan-util.el --- Support for composing Devanagari characters -*-coding: iso2022-7bit;-*-
 
 ;; Copyright (C) 2001 Free Software Foundation, Inc.
 
@@ -110,7 +110,7 @@ PATTERN regexp."
 ;; Register a function to compose Devanagari characters.
 (mapc
  (function (lambda (ucs)
-   (aset composition-function-table (decode-char 'ucs ucs)
+   (aset composition-function-table ucs
         (list (cons devanagari-composable-pattern 
                      'devanagari-composition-function)))))
  (nconc '(#x0903) (devanagari-range #x0905 #x0939) (devanagari-range #x0958 #x0961)))