From d6ef87ee6664d48051691bbac034b0aaaffe788a Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 14 May 2021 19:30:56 +0200 Subject: [PATCH] remove tabbed_syntax patch dropped from spec in dbb4c91 --- urxvt-tabbed_syntax.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 urxvt-tabbed_syntax.patch diff --git a/urxvt-tabbed_syntax.patch b/urxvt-tabbed_syntax.patch deleted file mode 100644 index 3fdcebd..0000000 --- a/urxvt-tabbed_syntax.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur rxvt-unicode-9.18.orig/src/perl/tabbed rxvt-unicode-9.18/src/perl/tabbed ---- rxvt-unicode-9.18.orig/src/perl/tabbed 2013-02-17 00:41:38.000000000 +0000 -+++ rxvt-unicode-9.18/src/perl/tabbed 2013-06-30 15:47:43.442909402 +0100 -@@ -402,7 +402,7 @@ - # simply proxies all interesting calls back to the tabbed class. - - { -- for my $hook qw(start destroy key_press property_notify) { -+ for my $hook (qw(start destroy key_press property_notify)) { - eval qq{ - sub on_$hook { - my \$parent = \$_[0]{term}{parent} -- 2.43.0