From f520c6f276b88304e9dcfce6f77a15053873c9bd Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 29 Sep 2007 08:00:32 +0000 Subject: (allout-before-change-handler): Replace got-char by goto-char. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/allout.el') diff --git a/lisp/allout.el b/lisp/allout.el index d243a188812..1f748fb0026 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -2191,7 +2191,7 @@ See allout-overlay-interior-modification-handler for details." (when (and (featurep 'xemacs) (allout-mode-p)) ;; process all of the pending overlays: (save-excursion - (got-char beg) + (goto-char beg) (let ((overlay (allout-get-invisibility-overlay))) (allout-overlay-interior-modification-handler overlay nil beg end nil))))) -- cgit v1.2.1