aboutsummaryrefslogtreecommitdiffstats
path: root/admin/check-doc-strings
diff options
context:
space:
mode:
authorMiles Bader2007-02-26 23:03:45 +0000
committerMiles Bader2007-02-26 23:03:45 +0000
commita73d7753f965734247be482efa125da5235996da (patch)
tree56af26fb1a12a2c93c146aac923947968c4c9d76 /admin/check-doc-strings
parent55a5664de23c07003d4d2584fc065619609500b6 (diff)
parentf6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff)
downloademacs-a73d7753f965734247be482efa125da5235996da.tar.gz
emacs-a73d7753f965734247be482efa125da5235996da.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'admin/check-doc-strings')
-rwxr-xr-xadmin/check-doc-strings5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/check-doc-strings b/admin/check-doc-strings
index ce2166fce81..daed2926b20 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -1,6 +1,9 @@
1: #-*- Perl -*- 1: #-*- Perl -*-
2eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge 2eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge
3 if 0; # Author: Martin Buchholz 3 if 0;
4
5# Author: Martin Buchholz
6# This program is in the public domain.
4 7
5use strict; 8use strict;
6use POSIX; 9use POSIX;