Mercurial > emacs
changeset 17010:b0a097ba0ec5
(occur): Pay attention to multibyte characters.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Feb 1997 05:48:39 +0000 |
parents | 3db0adbc5367 |
children | d6a6cfeb9904 |
files | lisp/replace.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Thu Feb 20 05:48:19 1997 +0000 +++ b/lisp/replace.el Thu Feb 20 05:48:39 1997 +0000 @@ -440,7 +440,7 @@ (insert-buffer-substring buffer start end) (set-marker final-context-start (- (point) (- end (match-end 0)))) - (backward-char (- end start)) + (goto-char (- (point) (- end start))) (setq tem nlines) (while (> tem 0) (insert empty ?:)