diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 704f1a1ae62..7f7c0261dca 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -335,7 +335,7 @@ Saves the output as `ja-dic-filename', in directory DIRNAME (if specified)." (insert-file-contents (expand-file-name filename))) (re-search-forward "^[^;]") (while (re-search-forward ";[^\n/]*/" nil t) - (replace-match "/"))) + (replace-match "/" t t))) ;; Setup and generate the header part of working buffer. (with-current-buffer buf (erase-buffer) |
