diff options
author | 2007-10-12 11:00:26 +0000 | |
---|---|---|
committer | 2007-10-12 11:00:26 +0000 | |
commit | 47a6e5d26253b14a6c57dce87553551282059374 (patch) | |
tree | 5509d8e9092b1aedb6588845e00bab52cbe22e07 /app-i18n/uim-svn/files | |
parent | replace DEFAULT_BROWSER_CMD to firefox. (diff) | |
download | hattya-47a6e5d26253b14a6c57dce87553551282059374.tar.gz hattya-47a6e5d26253b14a6c57dce87553551282059374.tar.bz2 hattya-47a6e5d26253b14a6c57dce87553551282059374.zip |
sync with CVS.
svn path=/; revision=12
Diffstat (limited to 'app-i18n/uim-svn/files')
-rw-r--r-- | app-i18n/uim-svn/files/50uim-gentoo.el | 6 | ||||
-rw-r--r-- | app-i18n/uim-svn/files/50uim-svn-gentoo.el | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-i18n/uim-svn/files/50uim-gentoo.el b/app-i18n/uim-svn/files/50uim-gentoo.el deleted file mode 100644 index a9c6484..0000000 --- a/app-i18n/uim-svn/files/50uim-gentoo.el +++ /dev/null @@ -1,6 +0,0 @@ - -;;; uim site-lisp configuration - -(require 'uim-leim) -(set-language-info "Japanese" 'input-method "japanese-@IM@-uim") - diff --git a/app-i18n/uim-svn/files/50uim-svn-gentoo.el b/app-i18n/uim-svn/files/50uim-svn-gentoo.el new file mode 100644 index 0000000..854b665 --- /dev/null +++ b/app-i18n/uim-svn/files/50uim-svn-gentoo.el @@ -0,0 +1,4 @@ +;;; app-i18n/uim-svn site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'uim-mode "uim" nil t) |