Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yuanle Song
zero-el
Commits
65c837e6
Commit
65c837e6
authored
Oct 27, 2019
by
Yuanle Song
Browse files
v1.3.4 fix a bytecompile warning
parent
e4d5b05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
zero.el
View file @
65c837e6
...
...
@@ -12,9 +12,9 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;; Version: 1.3.
3
;; Version: 1.3.
4
;; URL: https://gitlab.emacsos.com/sylecn/zero-el
;; Package-Version: 1.3.
3
;; Package-Version: 1.3.
4
;; Package-Requires: ((emacs "24.3") (s "1.2.0"))
;;; Commentary:
...
...
@@ -243,7 +243,7 @@ If item is not in lst, return nil."
;; zero-el version
(
defvar
zero-version
nil
"Zero package version."
)
(
setq
zero-version
"1.3.
3
"
)
(
setq
zero-version
"1.3.
4
"
)
;; FSM state
(
defconst
zero--state-im-off
'IM-OFF
)
...
...
@@ -1086,6 +1086,7 @@ e.g.
"/com/emacsos/zero/ZeroPinyinService1"
)
(
defvar
zero-pinyin-service-interface
"com.emacsos.zero.ZeroPinyinService1.ZeroPinyinServiceInterface"
)
(
defvar
zero-pinyin-fuzzy-flag
0
)
(
defun
zero-pinyin-service-error-handler
(
event
error
)
"Handle dbus errors.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment