+2007-09-29 Martin Rudalics <rudalics@gmx.at>
+
+ * allout.el (allout-before-change-handler): Replace got-char by
+ goto-char.
+
2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
(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)))))