aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorPierre Courtieu2004-03-10 15:13:43 +0000
committerPierre Courtieu2004-03-10 15:13:43 +0000
commit1492a2e4757dac1c5ccb3b385c033bf48093cbd3 (patch)
tree8d9f1f764f1802430441cf5055cbdda880fccd73 /coq
parentaa621a47a220d344a2cb88e7a126e99038ca3fb7 (diff)
modification to avoid compile warnings (end)
+ some menu modifications
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ce233856..c79f719c 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -220,6 +220,7 @@
["replace active hole by selection C-M-y" (replace-update-active-hole) t]
"replace active hole with mouse C-M-Shift select"
["jump to active hole M-return" (set-point-next-hole-destroy) t]
+ ["forget all holes in this buffer" (clear-all-buffer-holes) t]
["What are those holes?" (holes-short-doc) t]
)
["expand abbrev at point" expand-abbrev t]