diff options
| author | Richard M. Stallman | 1998-06-24 05:10:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-24 05:10:54 +0000 |
| commit | 2537259e62146e5d0706601ba21d5bc5fd0f03ff (patch) | |
| tree | 0f76b01cfe9f04f84f15e9649f8b723bb38a353d | |
| parent | f0cb603469742949a90b11d907466f6cf7659030 (diff) | |
| download | emacs-2537259e62146e5d0706601ba21d5bc5fd0f03ff.tar.gz emacs-2537259e62146e5d0706601ba21d5bc5fd0f03ff.zip | |
(iso-2022-jp): Delete spurious quote.
| -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 3df4956d414..6e35b86ab75 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | short ascii-eol ascii-cntl seven) | 37 | short ascii-eol ascii-cntl seven) |
| 38 | '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208 | 38 | '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208 |
| 39 | latin-jisx0201 japanese-jisx0212 katakana-jisx0201) | 39 | latin-jisx0201 japanese-jisx0212 katakana-jisx0201) |
| 40 | (mime-charset . 'iso-2022-jp))) | 40 | (mime-charset . iso-2022-jp))) |
| 41 | 41 | ||
| 42 | (define-coding-system-alias 'junet 'iso-2022-jp) | 42 | (define-coding-system-alias 'junet 'iso-2022-jp) |
| 43 | 43 | ||