From 111afa499a87fdd844e62ebba7d1b8526a2d6c41 Mon Sep 17 00:00:00 2001 From: slava Date: Thu, 31 Aug 2006 20:35:10 +0000 Subject: [PATCH] contrib/emacs/ fix --- contrib/all.factor | 4 ++-- contrib/emacs.factor | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ;