Fix Keywords header.
This commit is contained in:
parent
695386884d
commit
660a1df5d3
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
;; Author: Ken Manheimer <klm@python.org>
|
;; Author: Ken Manheimer <klm@python.org>
|
||||||
;; Maintainer: Ken Manheimer <klm@python.org>
|
;; Maintainer: Ken Manheimer <klm@python.org>
|
||||||
;; Created: Dec 1991 - first release to usenet
|
;; Created: Dec 1991 - first release to usenet
|
||||||
;; Version: $Id: allout.el,v 1.29 2001/07/16 11:39:41 pj Exp $||
|
;; Version: $Id: allout.el,v 1.30 2001/11/26 16:23:06 pj Exp $||
|
||||||
;; Keywords: outline mode wp languages
|
;; Keywords: outlines mode wp languages
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
@ -509,7 +509,7 @@ behavior."
|
||||||
;;;_ : Version
|
;;;_ : Version
|
||||||
;;;_ = outline-version
|
;;;_ = outline-version
|
||||||
(defvar outline-version
|
(defvar outline-version
|
||||||
(let ((rcs-rev "$Revision: 1.29 $"))
|
(let ((rcs-rev "$Revision: 1.30 $"))
|
||||||
(condition-case err
|
(condition-case err
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
|
(string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
|
||||||
|
|
Loading…
Add table
Reference in a new issue