diff options
| author | Jason Rumney | 2002-02-25 22:52:54 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-02-25 22:52:54 +0000 |
| commit | 744de246b56034e5d311e1247709df05b47a0539 (patch) | |
| tree | bf1ab4755f367d762ede93c99fc5a21638e482aa /lisp | |
| parent | 42d8c11016dca15c5051bfa54822fb864a9fb4f5 (diff) | |
| download | emacs-744de246b56034e5d311e1247709df05b47a0539.tar.gz emacs-744de246b56034e5d311e1247709df05b47a0539.zip | |
(iso-2022-jp-2): Add init-bol flag.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/language/japanese.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index dbb9d72cdb0..9e4c92c20c1 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | latin-jisx0201 japanese-jisx0212 | 48 | latin-jisx0201 japanese-jisx0212 |
| 49 | chinese-gb2312 korean-ksc5601) nil | 49 | chinese-gb2312 korean-ksc5601) nil |
| 50 | (nil latin-iso8859-1 greek-iso8859-7) nil | 50 | (nil latin-iso8859-1 greek-iso8859-7) nil |
| 51 | short ascii-eol ascii-cntl seven nil single-shift) | 51 | short ascii-eol ascii-cntl seven nil single-shift nil nil nil init-bol) |
| 52 | '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208 | 52 | '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208 |
| 53 | latin-jisx0201 japanese-jisx0212 | 53 | latin-jisx0201 japanese-jisx0212 |
| 54 | chinese-gb2312 korean-ksc5601 | 54 | chinese-gb2312 korean-ksc5601 |