proper arguments for old usedir;
authorwenzelm
Thu, 26 Jul 2012 16:54:44 +0200
changeset 495330c86acc069ad
parent 49532 0f8c8ac6cc0e
child 49534 5deda0549f97
proper arguments for old usedir;
src/Pure/System/session.ML
     1.1 --- a/src/Pure/System/session.ML	Thu Jul 26 14:44:07 2012 +0200
     1.2 +++ b/src/Pure/System/session.ML	Thu Jul 26 16:54:44 2012 +0200
     1.3 @@ -115,7 +115,7 @@
     1.4  
     1.5  local
     1.6  
     1.7 -fun doc_dump (cp, dump) = (if cp then "all" else "tex+sty", dump);
     1.8 +fun doc_dump (cp, dump) = (dump, if cp then "all" else "tex+sty");
     1.9  
    1.10  in
    1.11