aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-05-06 20:25:12 +0200
committerUlrich Müller <ulm@gentoo.org>2012-05-06 20:25:12 +0200
commitc4088bf48e7f69a278508155398589086173f9bd (patch)
treeebde00fe6e80f526c58414b9476f9dc6e9d5b29c
parentAllow UTF-8 characters in ChangeLog. (diff)
downloademacs-tools-c4088bf48e7f69a278508155398589086173f9bd.tar.gz
emacs-tools-c4088bf48e7f69a278508155398589086173f9bd.tar.bz2
emacs-tools-c4088bf48e7f69a278508155398589086173f9bd.zip
Drop subversion keywords.
-rw-r--r--ChangeLog1
-rw-r--r--Makefile1
-rw-r--r--emacs-stop.sh1
-rw-r--r--emacs-wrapper.sh1
-rw-r--r--emacs.rc1
5 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e79d8ad..0af36d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -201,4 +201,3 @@
Copyright 2008-2011 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2 or later
-$Id$
diff --git a/Makefile b/Makefile
index 41d8f57..dab5cea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
# Copyright 2008-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
-# $Id$
PN = emacs-daemon
PV = $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \
diff --git a/emacs-stop.sh b/emacs-stop.sh
index db825b9..68c5453 100644
--- a/emacs-stop.sh
+++ b/emacs-stop.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Copyright 2008-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
-# $Id$
# Lisp expression to be evaluated when stopping Emacs.
# Any additional commands should preferably be added to kill-emacs-hook.
diff --git a/emacs-wrapper.sh b/emacs-wrapper.sh
index 43c628f..eea8e75 100644
--- a/emacs-wrapper.sh
+++ b/emacs-wrapper.sh
@@ -1,7 +1,6 @@
#!/bin/bash
# Copyright 2008-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
-# $Id$
# Save output in a temporary file and display in case of error
logfile=$(mktemp ${TMPDIR:-/tmp}/emacs.log.XXXXXX)
diff --git a/emacs.rc b/emacs.rc
index c78e10c..2211548 100644
--- a/emacs.rc
+++ b/emacs.rc
@@ -1,7 +1,6 @@
#!/sbin/runscript
# Copyright 2008-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 or later
-# $Id$
: ${EMACS:=/usr/bin/emacs}
: ${EMACSCLIENT:=/usr/bin/emacsclient}