diff options
| author | Glenn Morris | 2014-03-31 15:01:59 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-31 15:01:59 -0400 |
| commit | 2998fa1b73ed6ca37644b1a74e3be82b8e5860ea (patch) | |
| tree | ca9711e139c2cc17fc6a0d2664f4db5199bafb5c | |
| parent | 8033778191550dd3fd386d6c95f12ccf36ce4ca7 (diff) | |
| download | emacs-2998fa1b73ed6ca37644b1a74e3be82b8e5860ea.tar.gz emacs-2998fa1b73ed6ca37644b1a74e3be82b8e5860ea.zip | |
Fix up some Version: headers that might confuse package.el
| -rw-r--r-- | lisp/erc/erc-lang.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-list.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnmairix.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-guess.el | 5 |
4 files changed, 5 insertions, 6 deletions
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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Version: 1.0.0 | 7 | ;; Old-Version: 1.0.0 |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang | 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang |
| 9 | ;; Keywords: comm languages processes | 9 | ;; Keywords: comm languages processes |
| 10 | 10 | ||
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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Tom Tromey <tromey@redhat.com> | 5 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Version: 0.1 | 7 | ;; Old-Version: 0.1 |
| 8 | ;; Keywords: comm | 8 | ;; Keywords: comm |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; 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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: David Engster <dengste@eml.cc> | 5 | ;; Author: David Engster <dengste@eml.cc> |
| 6 | ;; Keywords: mail searching | 6 | ;; Keywords: mail searching |
| 7 | ;; Version: 0.6 | 7 | ;; Old-Version: 0.6 |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
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 @@ | |||
| 1 | ;;; cc-guess.el --- guess indentation values by scanning existing code | 1 | ;;; cc-guess.el --- guess indentation values by scanning existing code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1992-2006, 2011-2014 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1992-2006, 2011-2014 |
| 4 | ;; Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: 1994-1995 Barry A. Warsaw | 6 | ;; Author: 1994-1995 Barry A. Warsaw |
| 7 | ;; 2011- Masatake YAMATO | 7 | ;; 2011- Masatake YAMATO |
| 8 | ;; Maintainer: bug-cc-mode@gnu.org | 8 | ;; Maintainer: bug-cc-mode@gnu.org |
| 9 | ;; Created: August 1994, split from cc-mode.el | 9 | ;; Created: August 1994, split from cc-mode.el |
| 10 | ;; Version: See cc-mode.el | ||
| 11 | ;; Keywords: c languages oop | 10 | ;; Keywords: c languages oop |
| 12 | 11 | ||
| 13 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |