emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/language japan-util.el


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/lisp/language japan-util.el
Date: Thu, 27 Aug 2009 07:21:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/08/27 07:21:30

Modified files:
        lisp/language  : japan-util.el 

Log message:
        (japanese-symbol-table): Add entries for cp932-2-byte.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/language/japan-util.el?cvsroot=emacs&r1=1.48&r2=1.49

Patches:
Index: japan-util.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/japan-util.el,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- japan-util.el       30 Jun 2009 01:52:12 -0000      1.48
+++ japan-util.el       27 Aug 2009 07:21:29 -0000      1.49
@@ -106,7 +106,9 @@
     (?$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 ?*)
-    (?$B!w(B ?@))
+    (?$B!w(B ?@)
+    ;; cp932-2-byte
+    (#x2015 ?-) (#xFF5E ?~) (#xFF0D ?-))
   "Japanese JISX0208 symbol character table.
   Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL
 belongs to `japanese-jisx0208', ASCII belongs to `ascii', and HANKAKU




reply via email to

[Prev in Thread] Current Thread [Next in Thread]