Mercurial > emacs
changeset 38250:5ba05be0bbfd
Fix the header line, so that finder.el recognizes it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 02 Jul 2001 10:45:54 +0000 |
parents | cf344336702d |
children | cb4ae756e9b0 |
files | lisp/allout.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/allout.el Mon Jul 02 10:43:55 2001 +0000 +++ b/lisp/allout.el Mon Jul 02 10:45:54 2001 +0000 @@ -1,11 +1,11 @@ -;;;_* allout.el --- Extensive outline mode for use alone and with other modes. +;;; allout.el --- Extensive outline mode for use alone and with other modes. ;; Copyright (C) 1992, 1993, 1994, 2001 Free Software Foundation, Inc. ;; Author: Ken Manheimer <klm@python.org> ;; Maintainer: Ken Manheimer <klm@python.org> ;; Created: Dec 1991 - first release to usenet -;; Version: $Id: allout.el,v 1.26 2001/02/26 12:01:50 gerd Exp $|| +;; Version: $Id: allout.el,v 1.27 2001/02/26 12:07:48 gerd Exp $|| ;; Keywords: outline mode wp languages ;; This file is part of GNU Emacs. @@ -507,7 +507,7 @@ ;;;_ : Version ;;;_ = outline-version (defvar outline-version - (let ((rcs-rev "$Revision: 1.26 $")) + (let ((rcs-rev "$Revision: 1.27 $")) (condition-case err (save-match-data (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)