aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/b2m.pl
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lib-src/b2m.pl
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'lib-src/b2m.pl')
-rw-r--r--lib-src/b2m.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib-src/b2m.pl b/lib-src/b2m.pl
index 38eb96e076f..86f9b948b32 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.5 $'; 33my($version) = '$Revision: 1.4 $';
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
@@ -152,5 +152,3 @@ while (<>) {
152} 152}
153 153
154close(STDOUT) || die "$whoami: Error closing stdout: $!\n"; 154close(STDOUT) || die "$whoami: Error closing stdout: $!\n";
155
156# arch-tag: 8c7c8ab0-721c-46d7-ba3e-139801240aa8