aboutsummaryrefslogtreecommitdiff
path: root/dev/objects.el
diff options
context:
space:
mode:
authorcoq2002-10-01 07:52:25 +0000
committercoq2002-10-01 07:52:25 +0000
commite6afa737d4bcc1c7973cd46094e824b875fede11 (patch)
tree38dea98024e85039ee2445abcc2a4b5d13434f4a /dev/objects.el
parenta716e3b141e08c43d10ab3418b6d2b8f6b85445c (diff)
Cool dev/Makefile's
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3054 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/objects.el')
-rw-r--r--dev/objects.el14
1 files changed, 9 insertions, 5 deletions
diff --git a/dev/objects.el b/dev/objects.el
index 4e531fd7b1..46ea2dea0b 100644
--- a/dev/objects.el
+++ b/dev/objects.el
@@ -72,6 +72,10 @@ let (inThing,outThing) =
("constr option"."option_smartmap (subst_mps subst)")
("constr list"."list_smartmap (subst_mps subst)")
("constr array"."array_smartmap (subst_mps subst)")
+ ("constr_pattern"."subst_pattern subst")
+ ("constr_pattern option"."option_smartmap (subst_pattern subst)")
+ ("constr_pattern array"."array_smartmap (subst_pattern subst)")
+ ("constr_pattern list"."list_smartmap (subst_pattern subst)")
("global_reference"."subst_global subst")
("extended_global_reference"."subst_ext subst")
("obj_typ"."subst_obj subst")
@@ -93,7 +97,7 @@ let (inThing,outThing) =
)
)
-(global-set-key [f3] 'make-if)
+(global-set-key [f4] 'make-if)
(defun make-record nil
(interactive)
@@ -106,20 +110,20 @@ let (inThing,outThing) =
)
)
-(global-set-key [f4] 'make-record)
+(global-set-key [f5] 'make-record)
(defun make-prim nil
(interactive)
(save-excursion (query-replace-regexp "\\<[a-zA-Z'_0-9]*\\>" "\\&'"))
)
-(global-set-key [f5] 'make-prim)
+(global-set-key [f6] 'make-prim)
; eval the above, yank the text below and do
; paste f2 morph.
-; paste f3 morph.
-; paste f4
+; paste f4 morph.
+; paste f5
lem : constr;
profil : bool list;