Mercurial > emacs
changeset 24338:3e873a016458
(decompose-region): Use
insert-buffer-substring instead of insert-buffer to avoid putting
mark.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 17 Feb 1999 12:39:48 +0000 |
parents | d9aef2d7c503 |
children | e8b73c2ac4ec |
files | lisp/international/mule-util.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-util.el Wed Feb 17 10:32:01 1999 +0000 +++ b/lisp/international/mule-util.el Wed Feb 17 12:39:48 1999 +0000 @@ -344,7 +344,7 @@ (set-buffer buf) (goto-char start) (delete-region start end) - (insert-buffer tempbuf)))))) + (insert-buffer-substring tempbuf)))))) ;;;###autoload (defun decompose-string (string)