commit: 947e27c35c1f7c7e05e7f00bca53fc6902e0c9bd Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 9 18:33:26 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Aug 9 18:33:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=947e27c3
ebuild-mode.el: Insert $Id$ instead of $Header$ in ebuild skeleton. * ebuild-mode.el (ebuild-mode-insert-skeleton): Insert $Id$ instead of $Header$, following the Git migration. ChangeLog | 5 +++++ ebuild-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15ae7ab..3e18c97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-09 Ulrich Müller <[email protected]> + + * ebuild-mode.el (ebuild-mode-insert-skeleton): Insert $Id$ + instead of $Header$, following the Git migration. + 2014-11-18 Ulrich Müller <[email protected]> * Version 1.27 released. diff --git a/ebuild-mode.el b/ebuild-mode.el index 9fdb13d..3646020 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -398,7 +398,7 @@ and `all-completions' for details." ;; standard header "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n" "# Distributed under the terms of the GNU General Public License v2\n" - "# $Header: $\n" + "# $Id$\n" "\n" ;; EAPI "EAPI="
