diff options
Diffstat (limited to 'lisp/international')
| -rw-r--r-- | lisp/international/ja-dic-utl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el index 3f6500669a4..66e402c12db 100644 --- a/lisp/international/ja-dic-utl.el +++ b/lisp/international/ja-dic-utl.el | |||
| @@ -115,7 +115,7 @@ The library `ja-dic' can't be loaded. | |||
| 115 | This might indicate a problem with your Emacs installation, as | 115 | This might indicate a problem with your Emacs installation, as |
| 116 | LEIM (Libraries of Emacs Input Method) should normally always be | 116 | LEIM (Libraries of Emacs Input Method) should normally always be |
| 117 | installed together with Emacs."))) | 117 | installed together with Emacs."))) |
| 118 | (signal (car err) (cdr err))))) | 118 | (signal err)))) |
| 119 | 119 | ||
| 120 | (let ((vec (make-vector len 0)) | 120 | (let ((vec (make-vector len 0)) |
| 121 | (i 0) | 121 | (i 0) |