changeset 78915:e7a2828a162d

(allout-before-change-handler): Replace got-char by goto-char.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 29 Sep 2007 07:59:15 +0000
parents 9eca5b992f1f
children 4991e655a1cc
files lisp/allout.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/allout.el	Fri Sep 28 18:45:43 2007 +0000
+++ b/lisp/allout.el	Sat Sep 29 07:59:15 2007 +0000
@@ -2191,7 +2191,7 @@
   (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)))))