diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-24 17:29:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-24 17:29:49 +0000 |
commit | 42d03dd057e908911d9872c2e40e78b61fe456c4 (patch) | |
tree | 7f9255f6873d913137d9fdcbcef42a0f9506590d /lisp/allout.el | |
parent | 0d0980508eeb5fe612bc0db89afe3126c80bc74c (diff) | |
download | emacs-42d03dd057e908911d9872c2e40e78b61fe456c4.tar.gz |
Really fix maintainer's e-mail address.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index efa491f0cdf..b93c94cdee2 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -2,10 +2,10 @@ ;; Copyright (C) 1992, 1993, 1994, 2001, 2002 Free Software Foundation, Inc. -;; Author: Ken Manheimer <klm@zope.org> -;; Maintainer: Ken Manheimer <klm@zope.org> +;; Author: Ken Manheimer <klm@zope.com> +;; Maintainer: Ken Manheimer <klm@zope.com> ;; 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 @@ behavior." ;;;_ : 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) |