1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
This commit is contained in:
Paul Eggert 2016-01-30 11:43:26 -08:00
commit cb4e054e41
111 changed files with 805 additions and 459 deletions

View file

@ -1,5 +1,5 @@
: #-*- Perl -*-
eval 'exec perl -S $0 ${1+"$@"}' # Portability kludge
eval 'exec perl -S $0 "$@"' # Portability kludge
if 0;
# Author: Martin Buchholz
@ -299,4 +299,3 @@ foreach my $fun (sort keys %texi_funtype) {
print "nuke-this-doc: $fun $texi_funtype{$fun}\n";
}
}