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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/allout.el
Date: Wed, 03 Jul 2002 09:29:59 -0400

Index: emacs/lisp/allout.el
diff -c emacs/lisp/allout.el:1.32 emacs/lisp/allout.el:1.33
*** emacs/lisp/allout.el:1.32   Wed Mar 27 15:13:03 2002
--- emacs/lisp/allout.el        Wed Jul  3 09:19:13 2002
***************
*** 5,11 ****
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.32 2002/03/27 20:13:03 pj Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.33 2002/07/03 13:19:13 lektu Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
***************
*** 509,515 ****
  ;;;_  : Version
  ;;;_   = outline-version
  (defvar outline-version
!   (let ((rcs-rev "$Revision: 1.32 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
--- 509,515 ----
  ;;;_  : Version
  ;;;_   = outline-version
  (defvar outline-version
!   (let ((rcs-rev "$Revision: 1.33 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
***************
*** 1806,1812 ****
  
  Not sensitive to topic visibility.
  
! Returns a the point at the beginning of the prefix, or nil if none."
  
    (let (done)
      (while (and (not done)
--- 1806,1812 ----
  
  Not sensitive to topic visibility.
  
! Returns the point at the beginning of the prefix, or nil if none."
  
    (let (done)
      (while (and (not done)



reply via email to

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