This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171407a
)
Add emacs/vim hints
author
Josh ben Jore
<jjore@cpan.org>
Tue, 13 Apr 2010 14:53:12 +0000
(07:53 -0700)
committer
Josh ben Jore
<jjore@cpan.org>
Tue, 13 Apr 2010 17:44:26 +0000
(10:44 -0700)
perldtrace.d
patch
|
blob
|
blame
|
history
diff --git
a/perldtrace.d
b/perldtrace.d
index
6fb94a3
..
c5844ea
100644
(file)
--- a/
perldtrace.d
+++ b/
perldtrace.d
@@
-7,3
+7,12
@@
provider perl {
probe sub__entry(char *, char *, int);
probe sub__return(char *, char *, int);
};
+
+/*
+ * Local Variables:
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */