diff options
| -rw-r--r-- | lisp/language/thai-util.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 5dfb79a394d..f339bfed0e5 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el | |||
| @@ -156,7 +156,7 @@ positions (integers or markers) specifying the region." | |||
| 156 | (narrow-to-region (point) (+ (point) len)) | 156 | (narrow-to-region (point) (+ (point) len)) |
| 157 | (thai-compose-region (point-min) (point-max)) | 157 | (thai-compose-region (point-min) (point-max)) |
| 158 | (set-buffer-modified-p buffer-modified-p) | 158 | (set-buffer-modified-p buffer-modified-p) |
| 159 | (point-max))))) | 159 | (- (point-max) (point-min)))))) |
| 160 | 160 | ||
| 161 | ;;;###autoload | 161 | ;;;###autoload |
| 162 | (defun thai-pre-write-conversion (from to) | 162 | (defun thai-pre-write-conversion (from to) |
| @@ -174,4 +174,3 @@ positions (integers or markers) specifying the region." | |||
| 174 | ;;; generated-autoload-file: "../loaddefs.el" | 174 | ;;; generated-autoload-file: "../loaddefs.el" |
| 175 | ;;; End: | 175 | ;;; End: |
| 176 | ;;; thai-util.el ends here | 176 | ;;; thai-util.el ends here |
| 177 | |||