src/Pure/PIDE/session.scala
changeset 74657 9fcf80ceb863
parent 74254 53e1a14e2ef1
child 74685 0ab5e35ac964
--- a/src/Pure/PIDE/session.scala	Tue Nov 02 14:05:02 2021 +0100
+++ b/src/Pure/PIDE/session.scala	Tue Nov 02 15:40:02 2021 +0100
@@ -507,7 +507,7 @@
               case Protocol.Export(args)
               if args.id.isDefined && Value.Long.unapply(args.id.get).isDefined =>
                 val id = Value.Long.unapply(args.id.get).get
-                val export = Export.make_entry("", args, msg.chunk, cache)
+                val `export` = Export.make_entry("", args, msg.chunk, cache)
                 change_command(_.add_export(id, (args.serial, export)))
 
               case Protocol.Loading_Theory(node_name, id) =>