Mark some Emacs packages as no longer broken
This commit is contained in:
parent
71f28a2ca0
commit
6654fde548
1 changed files with 1 additions and 4 deletions
|
@ -113,7 +113,7 @@ self:
|
||||||
ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
|
ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen;
|
||||||
|
|
||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
initsplit = markBroken super.initsplit;
|
initsplit = super.initsplit;
|
||||||
|
|
||||||
# Expects bash to be at /bin/bash
|
# Expects bash to be at /bin/bash
|
||||||
ivy-rtags = markBroken super.ivy-rtags;
|
ivy-rtags = markBroken super.ivy-rtags;
|
||||||
|
@ -124,9 +124,6 @@ self:
|
||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
link = markBroken super.link;
|
link = markBroken super.link;
|
||||||
|
|
||||||
# upstream issue: mismatched filename
|
|
||||||
link-hint = markBroken super.link-hint;
|
|
||||||
|
|
||||||
# upstream issue: missing file header
|
# upstream issue: missing file header
|
||||||
maxframe = markBroken super.maxframe;
|
maxframe = markBroken super.maxframe;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue