projects
/
elisp
/
egg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e1882
)
(egg-activate-sj3): Moved from leim-list-egg.el.
author
morioka
<morioka>
Sat, 7 Feb 1998 15:47:30 +0000
(15:47 +0000)
committer
morioka
<morioka>
Sat, 7 Feb 1998 15:47:30 +0000
(15:47 +0000)
Require egg.
Load egg/sj3rpc.el.
egg/sj3.el
patch
|
blob
|
history
diff --git
a/egg/sj3.el
b/egg/sj3.el
index
5de0781
..
b24788d
100644
(file)
--- a/
egg/sj3.el
+++ b/
egg/sj3.el
@@
-243,6
+243,17
@@
Return the list of bunsetsu."
(defun sj3-fini ()
)
+;;; setup
+
+(require 'egg)
+(load "egg/sj3rpc")
+
+;;;###autoload
+(defun egg-activate-sj3 (&optional arg)
+ (setq egg-conversion-backend sj3-conversion-backend)
+ (egg-mode arg)
+ )
+
(provide 'egg/sj3)
;;; egg/sj3.el ends here.