emacs/sekka.el in sekka-1.6.2 vs emacs/sekka.el in sekka-1.6.3
- old
+ new
@@ -1,11 +1,11 @@
;;; sekka.el --- A client for Sekka IME server
;;
;; Copyright (C) 2010-2014 Kiyoka Nishiyama
;;
;; Author: Kiyoka Nishiyama <kiyoka@sumibi.org>
-;; Version: 1.6.2 ;;SEKKA-VERSION
+;; Version: 1.6.3 ;;SEKKA-VERSION
;; Keywords: ime, skk, japanese
;; Package-Requires: ((cl-lib "0.3") (concurrent "0.3.1") (popup "0.5.2"))
;; URL: https://github.com/kiyoka/sekka
;;
;; This file is part of Sekka
@@ -1754,10 +1754,10 @@
;; input-method として登録する。
(set-language-info "Japanese" 'input-method "japanese-sekka")
(setq default-input-method "japanese-sekka")
(defconst sekka-version
- "1.6.2" ;;SEKKA-VERSION
+ "1.6.3" ;;SEKKA-VERSION
)
(defun sekka-version (&optional arg)
"入力モード変更"
(interactive "P")
(message sekka-version))