Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/erc/erc-match.el

    r4035 r4111  
    554554                    ?u nickuserhost)))) 
    555555        (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))))))) 
    560559 
    561560(defun erc-log-matches-make-buffer (name)