* lisp/replace.el (read-regexp-defaults-function): New defcustom.
[emacs.git] / test / indent / perl.perl
blob69c1f90c807a07de185664b77250e3b84bba179c
1 #!/usr/bin/perl
2 # -*- eval: (bug-reference-mode 1) -*-
4 print <<"EOF1" . s/he"llo/th'ere/;
5 foo
6 EOF2
7 bar
8 EOF1
11 print <<"EOF1" . <<\EOF2 . s/he"llo/th'ere/;
12 foo
13 EOF2
14 bar
15 EOF1
16 bar
17 EOF2
19 $fileType_filesButNot # bug#12373?
20 = join( '|', map { quotemeta($_).'$' } @{$fileType->{filesButNot}} );