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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/allout.el
Date: Fri, 04 Apr 2003 01:21:40 -0500

Index: emacs/lisp/allout.el
diff -c emacs/lisp/allout.el:1.41 emacs/lisp/allout.el:1.42
*** emacs/lisp/allout.el:1.41   Mon Feb 24 12:28:28 2003
--- emacs/lisp/allout.el        Mon Feb 24 12:29:49 2003
***************
*** 2,11 ****
  
  ;; Copyright (C) 1992, 1993, 1994, 2001, 2002 Free Software Foundation, Inc.
  
! ;; Author: Ken Manheimer <address@hidden>
! ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.41 2003/02/24 17:28:28 lektu Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
--- 2,11 ----
  
  ;; Copyright (C) 1992, 1993, 1994, 2001, 2002 Free Software Foundation, Inc.
  
! ;; Author: Ken Manheimer <address@hidden>
! ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.42 2003/02/24 17:29:49 lektu Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
***************
*** 58,64 ****
  ;; Note - the lines beginning with `;;;_' are outline topic headers.
  ;;        Just `ESC-x eval-current-buffer' to give it a whirl.
  
! ;; Ken Manheimer      address@hidden
  
  ;;; Code:
  
--- 58,64 ----
  ;; Note - the lines beginning with `;;;_' are outline topic headers.
  ;;        Just `ESC-x eval-current-buffer' to give it a whirl.
  
! ;; Ken Manheimer      address@hidden
  
  ;;; Code:
  
***************
*** 508,514 ****
  ;;;_  : Version
  ;;;_   = allout-version
  (defvar allout-version
!   (let ((rcs-rev "$Revision: 1.41 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
--- 508,514 ----
  ;;;_  : Version
  ;;;_   = allout-version
  (defvar allout-version
!   (let ((rcs-rev "$Revision: 1.42 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)




reply via email to

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