diff options
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/rcirc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index b8bf270d87c..1c74e6190dc 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -2384,6 +2384,7 @@ keywords when no KEYWORD is given." | |||
| 2384 | (delete-region (match-beginning 1) (match-end 1)) | 2384 | (delete-region (match-beginning 1) (match-end 1)) |
| 2385 | (goto-char (match-beginning 1))) | 2385 | (goto-char (match-beginning 1))) |
| 2386 | ;; remove the ^O characters now | 2386 | ;; remove the ^O characters now |
| 2387 | (goto-char (point-min)) | ||
| 2387 | (while (re-search-forward "\C-o+" nil t) | 2388 | (while (re-search-forward "\C-o+" nil t) |
| 2388 | (delete-region (match-beginning 0) (match-end 0)))) | 2389 | (delete-region (match-beginning 0) (match-end 0)))) |
| 2389 | 2390 | ||