Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a0ce8ca
Commit
9a0ce8ca
authored
Mar 18, 1997
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(thai-post-read-conversion): Return the correct length.
parent
06f84575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/language/thai-util.el
lisp/language/thai-util.el
+1
-2
No files found.
lisp/language/thai-util.el
View file @
9a0ce8ca
...
...
@@ -156,7 +156,7 @@ positions (integers or markers) specifying the region."
(narrow-to-region (point) (+ (point) len))
(thai-compose-region (point-min) (point-max))
(set-buffer-modified-p buffer-modified-p)
(point-max)))))
(-
(point-max)
(point-min))
))))
;;;###autoload
(defun thai-pre-write-conversion (from to)
...
...
@@ -174,4 +174,3 @@ positions (integers or markers) specifying the region."
;;; generated-autoload-file: "
..
/loaddefs.el
"
;;; End:
;;; thai-util.el ends here
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment