1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

(tibetan-post-read-conversion): Return

the length of converted region.
This commit is contained in:
Kenichi Handa 1997-10-21 10:45:26 +00:00
parent bcd1768529
commit 73b4b26409

View file

@ -443,9 +443,9 @@ See also docstring of the function tibetan-compose-region."
(narrow-to-region (point) (+ (point) len))
(tibetan-compose-region (point-min) (point-max))
(set-buffer-modified-p buffer-modified-p)
(point-max))))
(make-local-variable 'tibetan-decomposed)
(setq tibetan-decomposed nil))
(make-local-variable 'tibetan-decomposed)
(setq tibetan-decomposed nil)
(- (point-max) (point-min))))))
;;;###autoload