Skip to content

Commit

Permalink
remove company-coq-local-symbols
Browse files Browse the repository at this point in the history
- they are redundant with `.dir-locals.el`
- there are still a few symbols defined in
  `lebesgue_integral.v` but they might disappear
  with an anticipated change of ASCII notation
  • Loading branch information
affeldt-aist committed May 17, 2022
1 parent 039fc52 commit bfa6d4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion theories/lebesgue_measure.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(* -*- company-coq-local-symbols: (("`&`" . ?∩) ("`|`" . ?∪) ("set0" . ?∅)); -*- *)
(* mathcomp analysis (c) 2017 Inria and AIST. License: CeCILL-C. *)
From mathcomp Require Import all_ssreflect ssralg ssrnum ssrint interval.
From mathcomp Require Import finmap fingroup perm rat.
Expand Down
1 change: 0 additions & 1 deletion theories/set_interval.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
(* -*- company-coq-local-symbols: (("`&`" . ?∩) ("`|`" . ?∪) ("set0" . ?∅)); -*- *)
(* mathcomp analysis (c) 2017 Inria and AIST. License: CeCILL-C. *)
From mathcomp Require Import all_ssreflect ssralg ssrnum ssrint interval.
From mathcomp Require Import finmap fingroup perm rat.
Expand Down

0 comments on commit bfa6d4b

Please sign in to comment.