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:
parent
bcd1768529
commit
73b4b26409
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue