diff lisp/replace.el @ 17010:b0a097ba0ec5

(occur): Pay attention to multibyte characters.
author Karl Heuer <kwzh@gnu.org>
date Thu, 20 Feb 1997 05:48:39 +0000
parents 59ed508195a4
children ecf78b4eb138
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 ?:)