comparison lisp/language/devan-util.el @ 56030:c66eebe86159

(devanagari-compose-region): Add autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Jun 2004 05:59:35 +0000
parents 549161fcb9cc
children 197607499a29
comparison
equal deleted inserted replaced
56029:f2f5948989a5 56030:c66eebe86159
58 "\\(?:\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?" 58 "\\(?:\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?\\(?:[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?[$,15U(B-$,15y68(B-$,16?(B]$,16-(B\\)?"
59 "[$,15U(B-$,15y68(B-$,16?(B]\\(?:$,16-(B\\|[$,15~(B-$,16-6B6C(B]?[$,15B5A(B]?\\)?" 59 "[$,15U(B-$,15y68(B-$,16?(B]\\(?:$,16-(B\\|[$,15~(B-$,16-6B6C(B]?[$,15B5A(B]?\\)?"
60 "\\)") 60 "\\)")
61 "Regexp matching a composable sequence of Devanagari characters.") 61 "Regexp matching a composable sequence of Devanagari characters.")
62 62
63 ;;;###autoload
63 (defun devanagari-compose-region (from to) 64 (defun devanagari-compose-region (from to)
64 (interactive "r") 65 (interactive "r")
65 (save-excursion 66 (save-excursion
66 (save-restriction 67 (save-restriction
67 (narrow-to-region from to) 68 (narrow-to-region from to)