Changeset 4111 for trunk/lisp/erc/erc-match.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/erc/erc-match.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/erc/erc-match.el
r4035 r4111 554 554 ?u nickuserhost)))) 555 555 (with-current-buffer (erc-log-matches-make-buffer match-buffer-name) 556 (toggle-read-only -1) 557 (point-max) 558 (insert line) 559 (toggle-read-only 1)))))) 556 (let ((inhibit-read-only t)) 557 (goto-char (point-max)) 558 (insert line))))))) 560 559 561 560 (defun erc-log-matches-make-buffer (name)
