# HG changeset patch # User Juanma Barranquero # Date 1046107789 0 # Node ID 4a0a4a66f5b178c04f4c905863b28baa1857875f # Parent 4c402a725eb16b2b3924af223751fba5ad11cf9d Really fix maintainer's e-mail address. diff -r 4c402a725eb1 -r 4a0a4a66f5b1 lisp/allout.el --- a/lisp/allout.el Mon Feb 24 17:28:34 2003 +0000 +++ b/lisp/allout.el Mon Feb 24 17:29:49 2003 +0000 @@ -2,10 +2,10 @@ ;; Copyright (C) 1992, 1993, 1994, 2001, 2002 Free Software Foundation, Inc. -;; Author: Ken Manheimer -;; Maintainer: Ken Manheimer +;; Author: Ken Manheimer +;; Maintainer: Ken Manheimer ;; Created: Dec 1991 - first release to usenet -;; Version: $Id: allout.el,v 1.40 2003/02/24 17:23:38 lektu Exp $|| +;; 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. @@ -58,7 +58,7 @@ ;; Note - the lines beginning with `;;;_' are outline topic headers. ;; Just `ESC-x eval-current-buffer' to give it a whirl. -;; Ken Manheimer klm@zope.org +;; Ken Manheimer klm@zope.com ;;; Code: @@ -508,7 +508,7 @@ ;;;_ : Version ;;;_ = allout-version (defvar allout-version - (let ((rcs-rev "$Revision: 1.40 $")) + (let ((rcs-rev "$Revision: 1.41 $")) (condition-case err (save-match-data (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)