diff options
author | Kenichi Handa <handa@m17n.org> | 2003-09-17 06:42:17 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-09-17 06:42:17 +0000 |
commit | 83560ae160136c5df4c6be708372fcb5e8cdf6f5 (patch) | |
tree | f4fec679e0e5d0d251a6b47a2c8a5152ae25968a /lisp/language/tml-util.el | |
parent | 51101465df41fb87daece4000dcfd863efccabad (diff) | |
download | emacs-83560ae160136c5df4c6be708372fcb5e8cdf6f5.tar.gz |
(tamil-post-read-conversion): Add autoload cookie.
Diffstat (limited to 'lisp/language/tml-util.el')
-rw-r--r-- | lisp/language/tml-util.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/language/tml-util.el b/lisp/language/tml-util.el index 6a5d7d14ca4..84fa0d01b0e 100644 --- a/lisp/language/tml-util.el +++ b/lisp/language/tml-util.el @@ -76,6 +76,7 @@ (tamil-compose-region (point-min) (point-max)) (buffer-string))) +;;;###autoload (defun tamil-post-read-conversion (len) (save-excursion (save-restriction |