diff options
| author | Kenichi Handa | 2003-09-17 06:42:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-17 06:42:17 +0000 |
| commit | 83560ae160136c5df4c6be708372fcb5e8cdf6f5 (patch) | |
| tree | f4fec679e0e5d0d251a6b47a2c8a5152ae25968a | |
| parent | 51101465df41fb87daece4000dcfd863efccabad (diff) | |
| download | emacs-83560ae160136c5df4c6be708372fcb5e8cdf6f5.tar.gz emacs-83560ae160136c5df4c6be708372fcb5e8cdf6f5.zip | |
(tamil-post-read-conversion): Add autoload cookie.
| -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 @@ | |||
| 76 | (tamil-compose-region (point-min) (point-max)) | 76 | (tamil-compose-region (point-min) (point-max)) |
| 77 | (buffer-string))) | 77 | (buffer-string))) |
| 78 | 78 | ||
| 79 | ;;;###autoload | ||
| 79 | (defun tamil-post-read-conversion (len) | 80 | (defun tamil-post-read-conversion (len) |
| 80 | (save-excursion | 81 | (save-excursion |
| 81 | (save-restriction | 82 | (save-restriction |