diff options
| author | Pierre Courtieu | 2004-02-19 09:24:26 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2004-02-19 09:24:26 +0000 |
| commit | c02a7c93c801487a3f283ee1bbaf0e85b6f6006b (patch) | |
| tree | 374c4b97e3e0fcd0fe245d0f5d84ad0979c5e9ae | |
| parent | 3ec47057dda331a80be71310c5d335b84f697796 (diff) | |
added some menu entries for coq.
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -95,7 +95,9 @@ ["Search isos/pattern..." coq-SearchIsos t] ["expand abbrev at point" expand-abbrev t] ["list abbrevs" list-abbrevs t] - ["What are those #??" (holes-short-doc)] + ["What are those #??" (holes-short-doc) t] + ["insert Fixpoint" (insert-and-expand "fix") t] + ["insert Definition" (insert-and-expand "def") t] ["3 buffers view" coq-three-b t] ["Begin Section..." coq-begin-Section t] ["End Section" coq-end-Section t] |
