diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-02 10:47:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-02 10:47:46 +0000 |
commit | 33e432b18c197c02b2d0947d46eea6095e1cbad3 (patch) | |
tree | 70b7cda70fab24e261da25b77cedf4f072e0b1ab /lisp/allout.el | |
parent | 7a3ee5100976338765985b433d862a225ca5ad52 (diff) | |
download | emacs-33e432b18c197c02b2d0947d46eea6095e1cbad3.tar.gz |
Fix the header line, so that finder.el recognizes it.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 4280258d780..0caae6fc289 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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 @@ behavior." ;;;_ : 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) |