aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/b2m.pl2
-rwxr-xr-xlib-src/rcs2log2
-rwxr-xr-xlib-src/vcdiff4
3 files changed, 3 insertions, 5 deletions
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl
index ce547e0dd81..f76bee300a8 100644
--- a/lib-src/b2m.pl
+++ b/lib-src/b2m.pl
@@ -30,7 +30,7 @@ use Mail::Address;
30use Date::Parse; 30use Date::Parse;
31 31
32my($whoami) = basename $0; 32my($whoami) = basename $0;
33my($version) = '$Revision: 1.6 $'; 33my($version) = '$Revision$';
34my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file] 34my($usage) = "Usage: $whoami [--help] [--version] [--[no]full-headers] [Babyl-file]
35\tBy default, full headers are printed.\n"; 35\tBy default, full headers are printed.\n";
36 36
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 658a30c789b..572af065918 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -29,7 +29,7 @@ Options:
29 29
30Report bugs to <bug-gnu-emacs@gnu.org>.' 30Report bugs to <bug-gnu-emacs@gnu.org>.'
31 31
32Id='$Id: rcs2log,v 1.53 2004/02/15 07:41:58 uid65632 Exp $' 32Id='$Id$'
33 33
34# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 34# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
35# 2004 Free Software Foundation, Inc. 35# 2004 Free Software Foundation, Inc.
diff --git a/lib-src/vcdiff b/lib-src/vcdiff
index 9e52a7f4c30..9c513ac8200 100755
--- a/lib-src/vcdiff
+++ b/lib-src/vcdiff
@@ -3,7 +3,7 @@
3# Enhanced sccs diff utility for use with vc mode. 3# Enhanced sccs diff utility for use with vc mode.
4# This version is more compatible with rcsdiff(1). 4# This version is more compatible with rcsdiff(1).
5# 5#
6# Copyright (C) 1992, 1993, 1995, 1997, 2001 6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2004
7# Free Software Foundation, Inc. 7# Free Software Foundation, Inc.
8# 8#
9# This file is part of GNU Emacs. 9# This file is part of GNU Emacs.
@@ -23,8 +23,6 @@
23# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24# Boston, MA 02111-1307, USA. 24# Boston, MA 02111-1307, USA.
25# 25#
26# $Id: vcdiff,v 1.8 2003/09/01 15:45:03 miles Exp $
27#
28 26
29DIFF="diff" 27DIFF="diff"
30usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..." 28usage="$0: Usage: vcdiff [--brief] [-q] [-r<sid1>] [-r<sid2>] [diffopts] sccsfile..."