emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/allout.el,v [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/allout.el,v [EMACS_22_BASE]
Date: Sat, 29 Sep 2007 07:59:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/09/29 07:59:16

Index: allout.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/allout.el,v
retrieving revision 1.94.2.2
retrieving revision 1.94.2.3
diff -u -b -r1.94.2.2 -r1.94.2.3
--- allout.el   8 Aug 2007 07:38:49 -0000       1.94.2.2
+++ allout.el   29 Sep 2007 07:59:15 -0000      1.94.2.3
@@ -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)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]