# HG changeset patch # User Glenn Morris # Date 1289699737 28800 # Node ID b8d806986840441c73d0462faee1b3ab962427a1 # Parent 198ba336245c556e242b5ecf353ff43df1449eb0 Restore clobbered allout.el changes. diff -r 198ba336245c -r b8d806986840 lisp/allout.el --- a/lisp/allout.el Sat Nov 13 16:47:07 2010 -0800 +++ b/lisp/allout.el Sat Nov 13 17:55:37 2010 -0800 @@ -1,7 +1,7 @@ ;;; allout.el --- extensive outline mode for use alone and with other modes ;; Copyright (C) 1992, 1993, 1994, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Ken Manheimer ;; Maintainer: Ken Manheimer @@ -5832,8 +5832,7 @@ (let ((inhibit-field-text-motion t)) (beginning-of-line) (let ((beg (point)) - (end (progn (end-of-line)(point)))) - (goto-char beg) + (end (point-at-eol))) (save-match-data (while (re-search-forward "\\\\" ;;"\\\\\\|\\{\\|\\}\\|\\_\\|\\$\\|\\\"\\|\\&\\|\\^\\|\\-\\|\\*\\|#"