diff options
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ethio-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index afc2239fbf5..512d49b9c5d 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -804,7 +804,7 @@ The 2nd and 3rd arguments BEGIN and END specify the region." | |||
| 804 | 804 | ||
| 805 | ;; Special Ethiopic punctuation. | 805 | ;; Special Ethiopic punctuation. |
| 806 | (goto-char (point-min)) | 806 | (goto-char (point-min)) |
| 807 | (while (re-search-forward "\\ce[»\\.\\?]\\|«\\ce" nil t) | 807 | (while (re-search-forward "\\ce[»\\.?]\\|«\\ce" nil t) |
| 808 | (cond | 808 | (cond |
| 809 | ((= (setq ch (preceding-char)) ?\») | 809 | ((= (setq ch (preceding-char)) ?\») |
| 810 | (delete-char -1) | 810 | (delete-char -1) |