diff --git a/contrib/all.factor b/contrib/all.factor index c0059ce80e..c4b27d68ea 100644 --- a/contrib/all.factor +++ b/contrib/all.factor @@ -3,8 +3,8 @@ USING: kernel modules words ; REQUIRES: automata boids cairo calendar concurrency coroutines crypto dlists emacs embedded gap-buffer hexdump httpd jedit json lambda lazy-lists math parser-combinators postgresql -process random-tester slate space-invaders splay-trees sqlite -topology units vars vim ; +process random-tester rss serialize slate space-invaders +splay-trees sqlite topology units vars vim ; "x11" vocab [ "factory" require diff --git a/contrib/emacs.factor b/contrib/emacs.factor index a5352a08cd..5c4f8fba02 100644 --- a/contrib/emacs.factor +++ b/contrib/emacs.factor @@ -11,6 +11,6 @@ number>string "emacsclient --no-wait +" swap append " " rot append3 system ; : emacs ( word -- ) where first2 emacsclient ; -[ emacsclient ] edit-hook set +[ emacsclient ] edit-hook set-global -PROVIDE: emacs ; \ No newline at end of file +PROVIDE: emacs ;