emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102384: Restore clobbered allout.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102384: Restore clobbered allout.el changes.
Date: Sat, 13 Nov 2010 17:55:37 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102384
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-13 17:55:37 -0800
message:
  Restore clobbered allout.el changes.
modified:
  lisp/allout.el
=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2010-11-13 22:30:10 +0000
+++ b/lisp/allout.el    2010-11-14 01:55:37 +0000
@@ -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 <ken dot manheimer at gmail dot com>
 ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail dot com>
@@ -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 "\\\\"
   ;;"\\\\\\|\\{\\|\\}\\|\\_\\|\\$\\|\\\"\\|\\&\\|\\^\\|\\-\\|\\*\\|#"


reply via email to

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