aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorgareuselesinge2013-08-08 18:52:17 +0000
committergareuselesinge2013-08-08 18:52:17 +0000
commitb213bae73ca927874275a896482246b2ee761b7b (patch)
tree5320ce95e65b3474ba7a43a43ba1d49c21216310 /interp
parenta936e9ae133f103ed9f781a7aa363c0006a2f178 (diff)
Support Proof General
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16678 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
-rw-r--r--interp/constrintern.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml
index 6013a3abfd..4ab85e0e6c 100644
--- a/interp/constrintern.ml
+++ b/interp/constrintern.ml
@@ -686,7 +686,7 @@ let check_no_explicitation l =
(* This code is taken from dumpglob, and should be shared with it *)
let feedback_global loc ref =
- if !Flags.ide_slave then
+ if !Flags.ide_slave || !Flags.print_emacs then
let remove_sections dir =
if Libnames.is_dirpath_prefix_of dir (Lib.cwd ()) then
Libnames.pop_dirpath_n (Lib.sections_depth ()) (Lib.cwd ())