aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorcourtieu2012-11-15 13:03:16 +0000
committercourtieu2012-11-15 13:03:16 +0000
commit86b4195557d08055da97d292325fcdee333acea8 (patch)
tree9f379faf6893f60970326b9d777030e77ae313d3 /toplevel
parente68a6d04a38cb601a0af8fbe3f7d2db291ea3d0b (diff)
Fixing emacs diff bug with .dir-locals.el.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15974 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/toplevel.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/toplevel.ml b/toplevel/toplevel.ml
index 175a95165d..01cc8834bc 100644
--- a/toplevel/toplevel.ml
+++ b/toplevel/toplevel.ml
@@ -22,7 +22,7 @@ type input_buffer = {
mutable len : int; (* number of chars in the buffer *)
mutable bols : int list; (* offsets in str of begining of lines *)
mutable tokens : Gram.parsable; (* stream of tokens *)
- mutable start : int } (* stream count of the first char of the buffer *)
+ mutable start : in } (* stream count of the first char of the buffer *)
(* Double the size of the buffer. *)