diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
commit | be567141bcb5e39ca67cdb120b0bad899704eacc (patch) | |
tree | b49776d8e5e7a7d401e8e3c89c2acabfca461737 /leim/quail/symbol-ksc.el | |
parent | 358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff) | |
download | emacs-be567141bcb5e39ca67cdb120b0bad899704eacc.tar.gz |
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/symbol-ksc.el')
-rw-r--r-- | leim/quail/symbol-ksc.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/leim/quail/symbol-ksc.el b/leim/quail/symbol-ksc.el index abacb4df368..5ccf9dd6fc9 100644 --- a/leim/quail/symbol-ksc.el +++ b/leim/quail/symbol-ksc.el @@ -1,4 +1,4 @@ -;;; quail/symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) +;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. @@ -26,6 +26,7 @@ ;;; 94.11.04 Updated for Mule Ver.2.1 (koaunghi.un@zdv.uni-tuebingen.de) ;;; 96.09.23 Updated for emacs-19.33-beta (koaunghi.un@zdv.uni-tuebingen.de) +;;; Commentary: ;;; Code: @@ -196,3 +197,5 @@ ("kata" "$(C+"+#+$+%+&+'+(+)+*+++,+-+.+/+0+1+2+3+4+5+6+7+8+9+:+;+<+=+>+?+@+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+[+Z+\+]+^+_+`+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v(B") ("Russ" "$(C,",#,$,%,&,',(,),*,+,,,-,.,/,0,1,2,3,4,5,6,7,8,9,:,;,<,=,>,?,@,A(B") ("russ" "$(C,Q,R,S,T,U,V,W,X,Y,[,Z,\,],^,_,`,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q(B")) + +;;; symbol-ksc.el ends here |