From: Glenn Morris Date: Mon, 31 Mar 2014 19:01:59 +0000 (-0400) Subject: Fix up some Version: headers that might confuse package.el X-Git-Tag: emacs-24.3.90~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2998fa1b73ed6ca37644b1a74e3be82b8e5860ea;p=emacs.git Fix up some Version: headers that might confuse package.el --- diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index 5012aa4c2a5..df5318df2e6 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el @@ -4,7 +4,7 @@ ;; Author: Alex Schroeder ;; Maintainer: emacs-devel@gnu.org -;; Version: 1.0.0 +;; Old-Version: 1.0.0 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang ;; Keywords: comm languages processes diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el index 4dbe4342f70..67877878611 100644 --- a/lisp/erc/erc-list.el +++ b/lisp/erc/erc-list.el @@ -4,7 +4,7 @@ ;; Author: Tom Tromey ;; Maintainer: emacs-devel@gnu.org -;; Version: 0.1 +;; Old-Version: 0.1 ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 4eb4bde7d29..0cef6992ac0 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el @@ -4,7 +4,7 @@ ;; Author: David Engster ;; Keywords: mail searching -;; Version: 0.6 +;; Old-Version: 0.6 ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cc-guess.el b/lisp/progmodes/cc-guess.el index 8a379d429bd..abde007cd04 100644 --- a/lisp/progmodes/cc-guess.el +++ b/lisp/progmodes/cc-guess.el @@ -1,13 +1,12 @@ ;;; cc-guess.el --- guess indentation values by scanning existing code -;; Copyright (C) 1985, 1987, 1992-2006, 2011-2014 Free Software -;; Foundation, Inc. +;; Copyright (C) 1985, 1987, 1992-2006, 2011-2014 +;; Free Software Foundation, Inc. ;; Author: 1994-1995 Barry A. Warsaw ;; 2011- Masatake YAMATO ;; Maintainer: bug-cc-mode@gnu.org ;; Created: August 1994, split from cc-mode.el -;; Version: See cc-mode.el ;; Keywords: c languages oop ;; This file is part of GNU Emacs.