diff options
author | Philipp Stephani <phst@google.com> | 2017-05-06 19:16:49 +0200 |
---|---|---|
committer | Philipp <phst@google.com> | 2017-05-07 13:22:34 +0200 |
commit | 3c4c8ca06e3306ccbcd07e354eb51abe53b52d22 (patch) | |
tree | 01542b123bede1a9d6d9b05ec1dbf2089e9a76bd /lisp/language | |
parent | bcbd8f7e4e929604bb3dfef9937432cb05b5f648 (diff) | |
download | emacs-3c4c8ca06e3306ccbcd07e354eb51abe53b52d22.tar.gz |
Fix all unescaped character literals
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/japan-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index abc8d7d6bcd..01cdd8bef9e 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el @@ -102,7 +102,7 @@ HANKAKU-KATAKANA belongs to `japanese-jisx0201-kana'.") (?$B!'(B ?:) (?$B!((B ?\;) (?$B!)(B ??) (?$B!*(B ?!) (?$B!+(B nil ?(I^(B) (?$B!,(B nil ?(I_(B) (?$B!-(B ?') (?$B!.(B ?`) (?$B!0(B ?^) (?$B!2(B ?_) (?$B!<(B ?- ?(I0(B) (?$B!=(B ?-) (?$B!>(B ?-) (?$B!?(B ?/) (?$B!@(B ?\\) (?$B!A(B ?~) (?$B!C(B ?|) (?$B!F(B ?`) (?$B!G(B ?') (?$B!H(B ?\") (?$B!I(B ?\") - (?\$B!J(B ?\() (?\$B!K(B ?\)) (?\$B!N(B ?[) (?\$B!O(B ?]) (?\$B!P(B ?{) (?\$B!Q(B ?}) + (?\$B!J(B ?\() (?\$B!K(B ?\)) (?\$B!N(B ?\[) (?\$B!O(B ?\]) (?\$B!P(B ?{) (?\$B!Q(B ?}) (?$B!R(B ?<) (?$B!S(B ?>) (?\$B!V(B nil ?\(I"(B) (?\$B!W(B nil ?\(I#(B) (?$B!\(B ?+) (?$B!](B ?-) (?$B!a(B ?=) (?$B!c(B ?<) (?$B!d(B ?>) (?$B!l(B ?') (?$B!m(B ?\") (?$B!o(B ?\\) (?$B!p(B ?$) (?$B!s(B ?%) (?$B!t(B ?#) (?$B!u(B ?&) (?$B!v(B ?*) |