comparison lisp/allout.el @ 85114:5039706521c9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2007 08:52:57 +0000
parents 5b7295004fd1 e7a2828a162d
children de8ef384c3ef 14c4a6aac623
comparison
equal deleted inserted replaced
85113:82b4a12fd080 85114:5039706521c9
2189 ;; allout-overlay-interior-modification-handler on an overlay handles 2189 ;; allout-overlay-interior-modification-handler on an overlay handles
2190 ;; this in other emacs, via `allout-exposure-category's 'modification-hooks. 2190 ;; this in other emacs, via `allout-exposure-category's 'modification-hooks.
2191 (when (and (featurep 'xemacs) (allout-mode-p)) 2191 (when (and (featurep 'xemacs) (allout-mode-p))
2192 ;; process all of the pending overlays: 2192 ;; process all of the pending overlays:
2193 (save-excursion 2193 (save-excursion
2194 (got-char beg) 2194 (goto-char beg)
2195 (let ((overlay (allout-get-invisibility-overlay))) 2195 (let ((overlay (allout-get-invisibility-overlay)))
2196 (allout-overlay-interior-modification-handler 2196 (allout-overlay-interior-modification-handler
2197 overlay nil beg end nil))))) 2197 overlay nil beg end nil)))))
2198 ;;;_ > allout-isearch-end-handler (&optional overlay) 2198 ;;;_ > allout-isearch-end-handler (&optional overlay)
2199 (defun allout-isearch-end-handler (&optional overlay) 2199 (defun allout-isearch-end-handler (&optional overlay)