contrib/emacs/ fix

slava 2006-08-31 20:35:10 +00:00
parent fb6eb27869
commit 111afa499a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 ;
PROVIDE: emacs ;