Fix bug #14241 with posn-at-point at the beginning of an image display prop.
[bpt/emacs.git] / test / indent / perl.perl
CommitLineData
b08b6da7
SM
1#!/usr/bin/perl
2# -*- eval: (bug-reference-mode 1) -*-
3
4$fileType_filesButNot # bug#12373?
5 = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} );