Browse Source

mozc 1.12.1599.102-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8140 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
db55478642
2 changed files with 7 additions and 2 deletions
  1. 5 1
      m/mozc/mozc-vl.spec
  2. 2 1
      m/mozc/vine-default-mozc.el

+ 5 - 1
m/mozc/mozc-vl.spec

@@ -1,5 +1,5 @@
 %define		ver	1.12.1599.102
-%define		rel	3
+%define		rel	4
 
 # if you want to make scim-mozc package, rpm --define with_scim:1
 %define		with_scim	0
@@ -364,6 +364,10 @@ fi
 
 
 %changelog
+* Sun Dec 29 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.12.1599.102-4
+- update vine-default-mozc.el (Source4)
+ - always 'setq mozc-helper-program-name'
+
 * Tue Dec 24 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 1.12.1599.102-3
 - apply vine-default: fix Source5 <VineLinux:2714>
 

+ 2 - 1
m/mozc/vine-default-mozc.el

@@ -8,12 +8,13 @@
 ;; mozc の設定
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
+(setq mozc-helper-program-name "/usr/libexec/mozc_emacs_helper")
+
 (if (or (equal emacs-ime "mozc-el")
         (equal emacs-ime "mozc"))
 (progn
   (require 'mozc)
 
-  (setq mozc-helper-program-name "/usr/libexec/mozc_emacs_helper")
   (set-language-environment "Japanese")
   (setq default-input-method "japanese-mozc")