forked from mirrors/nixpkgs
Make ProofGeneral build with Emacs 24.
svn path=/nixpkgs/trunk/; revision=34485
This commit is contained in:
parent
20db3374cf
commit
c89f37078d
|
@ -22,6 +22,9 @@ stdenv.mkDerivation (rec {
|
|||
# @image{ProofGeneral} fails, so remove it.
|
||||
sed -i '94d' doc/PG-adapting.texi
|
||||
sed -i '101d' doc/ProofGeneral.texi
|
||||
|
||||
# Emacs 24 compatibility.
|
||||
sed -i 's|interactive-p|called-interactively-p '\'''any|' isar/isabelle-system.el generic/proof-{menu,script,splash}.el lib/scomint.el
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
|
|
Loading…
Reference in a new issue