Skip to content
Snippets Groups Projects
Commit 5fbcbf73 authored by ram's avatar ram
Browse files

Put charmacs in CLX since key-event uses it.

parent ada895ab
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
(comf "target:clx/image" :load t) (comf "target:clx/image" :load t)
(comf "target:clx/resource" :load t)) (comf "target:clx/resource" :load t))
(comf "target:code/clx-ext") (comf "target:code/clx-ext")
(comf "target:hemlock/charmacs" :load t)
(comf "target:hemlock/key-event") (comf "target:hemlock/key-event")
(comf "target:hemlock/keysym-defs") (comf "target:hemlock/keysym-defs")
...@@ -81,6 +82,7 @@ ...@@ -81,6 +82,7 @@
"target:clx/image" "target:clx/image"
"target:clx/resource" "target:clx/resource"
"target:code/clx-ext" "target:code/clx-ext"
"target:hemlock/charmacs"
"target:hemlock/key-event" "target:hemlock/key-event"
"target:hemlock/keysym-defs" "target:hemlock/keysym-defs"
"target:code/inspect")) "target:code/inspect"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment