diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-03-21 02:46:53 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-03-21 02:48:24 +0100 |
commit | 84548f8dc702ad967e23439d058376c19fea51f8 (patch) | |
tree | 3f60ee81e1b2fa6f17a752bec2c6097978d5ce1d /lisp | |
parent | 7725fbc5b1537eb04f3a05458cb597e4842475f1 (diff) | |
download | emacs-84548f8dc702ad967e23439d058376c19fea51f8.tar.gz |
Add "Old-" prefix to "Version" header in some cases
These version numbers are historical accidents and not relevant today.
Ref: https://lists.gnu.org/r/emacs-devel/2020-03/msg00080.html
* lisp/calendar/icalendar.el:
* lisp/emacs-lisp/checkdoc.el:
* lisp/hippie-exp.el:
* lisp/linum.el:
* lisp/master.el:
* lisp/progmodes/cwarn.el:
* lisp/repeat.el:
* lisp/ruler-mode.el:
* lisp/textmodes/remember.el:
* lisp/wdired.el:
* lisp/woman.el: Change "Version" header to "Old-Version".
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/icalendar.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 | ||||
-rw-r--r-- | lisp/hippie-exp.el | 2 | ||||
-rw-r--r-- | lisp/linum.el | 2 | ||||
-rw-r--r-- | lisp/master.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cwarn.el | 2 | ||||
-rw-r--r-- | lisp/repeat.el | 2 | ||||
-rw-r--r-- | lisp/ruler-mode.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/remember.el | 2 | ||||
-rw-r--r-- | lisp/wdired.el | 2 | ||||
-rw-r--r-- | lisp/woman.el | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index 6847ba97496..0a4b68a9cb3 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el @@ -6,7 +6,7 @@ ;; Created: August 2002 ;; Keywords: calendar ;; Human-Keywords: calendar, diary, iCalendar, vCalendar -;; Version: 0.19 +;; Old-Version: 0.19 ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index fa5d1cff417..1df55e167a7 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> -;; Version: 0.6.2 +;; Old-Version: 0.6.2 ;; Keywords: docs, maint, lisp ;; This file is part of GNU Emacs. diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 98edacd6ec0..ce5fc585c81 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -4,7 +4,7 @@ ;; Author: Anders Holst <aho@sans.kth.se> ;; Maintainer: emacs-devel@gnu.org -;; Version: 1.6 +;; Old-Version: 1.6 ;; Keywords: abbrev convenience ;; This file is part of GNU Emacs. diff --git a/lisp/linum.el b/lisp/linum.el index 8f0e7ddce4d..5efaafc9dc3 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -5,7 +5,7 @@ ;; Author: Markus Triska <markus.triska@gmx.at> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: convenience -;; Version: 0.9x +;; Old-Version: 0.9x ;; This file is part of GNU Emacs. diff --git a/lisp/master.el b/lisp/master.el index b0996bf1290..387116a8fbd 100644 --- a/lisp/master.el +++ b/lisp/master.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999-2020 Free Software Foundation, Inc. ;; Author: Alex Schroeder <alex@gnu.org> -;; Version: 1.0.2 +;; Old-Version: 1.0.2 ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 6cd2fa3ec05..6e84f4f1bcc 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el @@ -4,7 +4,7 @@ ;; Author: Anders Lindgren ;; Keywords: c, languages, faces -;; Version: 1.3.1 +;; Old-Version: 1.3.1 ;; This file is part of GNU Emacs. diff --git a/lisp/repeat.el b/lisp/repeat.el index db33b083386..f275db6fddf 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -4,7 +4,7 @@ ;; Author: Will Mengarini <seldon@eskimo.com> ;; Created: Mo 02 Mar 98 -;; Version: 0.51 +;; Old-Version: 0.51 ;; Keywords: convenience, vi, repeat ;; This file is part of GNU Emacs. diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el index f6b49b46e3f..82e6178da14 100644 --- a/lisp/ruler-mode.el +++ b/lisp/ruler-mode.el @@ -4,7 +4,7 @@ ;; Author: David Ponce <david@dponce.com> ;; Created: 24 Mar 2001 -;; Version: 1.6 +;; Old-Version: 1.6 ;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index 836dfb4a538..bc69ccea357 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el @@ -5,7 +5,7 @@ ;; Author: John Wiegley <johnw@gnu.org> ;; Maintainer: emacs-devel@gnu.org ;; Created: 29 Mar 1999 -;; Version: 2.0 +;; Old-Version: 2.0 ;; Keywords: data memory todo pim ;; URL: http://gna.org/projects/remember-el/ diff --git a/lisp/wdired.el b/lisp/wdired.el index 11cbe5822a7..768b8f597b4 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -4,7 +4,7 @@ ;; Filename: wdired.el ;; Author: Juan León Lahoz García <juanleon1@gmail.com> -;; Version: 2.0 +;; Old-Version: 2.0 ;; Keywords: dired, environment, files, renaming ;; This file is part of GNU Emacs. diff --git a/lisp/woman.el b/lisp/woman.el index beebde95e9a..51f189ae7b9 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -6,7 +6,7 @@ ;; Maintainer: emacs-devel@gnu.org ;; Keywords: help, unix ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> -;; Version: 0.551 +;; Old-Version: 0.551 ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ ;; This file is part of GNU Emacs. |