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/master.el | |
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/master.el')
-rw-r--r-- | lisp/master.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |