diff options
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/mh-search.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 7ff35645bdd..b0fdfce8e87 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -1517,8 +1517,8 @@ construct the base name." | |||
| 1517 | (setq string (mh-replace-string "-lbrace" " ")) | 1517 | (setq string (mh-replace-string "-lbrace" " ")) |
| 1518 | (setq string (mh-replace-string "-rbrace" " ")) | 1518 | (setq string (mh-replace-string "-rbrace" " ")) |
| 1519 | (setq string (mh-replace-string "-search" " ")) | 1519 | (setq string (mh-replace-string "-search" " ")) |
| 1520 | (subst-char-in-region (point-min) (point-max) ?( ? t) | 1520 | (subst-char-in-region (point-min) (point-max) ?\( ? t) |
| 1521 | (subst-char-in-region (point-min) (point-max) ?) ? t) | 1521 | (subst-char-in-region (point-min) (point-max) ?\) ? t) |
| 1522 | (subst-char-in-region (point-min) (point-max) ?- ? t) | 1522 | (subst-char-in-region (point-min) (point-max) ?- ? t) |
| 1523 | (goto-char (point-min)) | 1523 | (goto-char (point-min)) |
| 1524 | (while (and (not (eobp)) (memq (char-after) '(? ?\t ?\n ?\r ?_))) | 1524 | (while (and (not (eobp)) (memq (char-after) '(? ?\t ?\n ?\r ?_))) |