X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/30b50b5ccae58bc42bbb2e5ba341c0a02d231000..4a3f9f7faf666e62ea58333db83d4a60a4234b3a:/admin/check-doc-strings diff --git a/admin/check-doc-strings b/admin/check-doc-strings index f5f750925e..daed2926b2 100755 --- a/admin/check-doc-strings +++ b/admin/check-doc-strings @@ -1,6 +1,9 @@ : #-*- Perl -*- eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge - if 0; # Author: Martin Buchholz + if 0; + +# Author: Martin Buchholz +# This program is in the public domain. use strict; use POSIX; @@ -298,3 +301,4 @@ foreach my $fun (sort keys %texi_funtype) { } } +# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0