Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4190 r4200  
    122122                                    (erc-response.contents parsed)))) 
    123123             (new-list ison-list) 
    124              (old-list (with-current-buffer (erc-server-buffer) 
    125                          erc-last-ison))) 
     124             (old-list (erc-with-server-buffer erc-last-ison))) 
    126125        (while new-list 
    127126          (when (not (erc-member-ignore-case (car new-list) old-list)) 
     
    205204   ((null args) 
    206205    ;; Print current notificated people (online) 
    207     (let ((ison (with-current-buffer (erc-server-buffer) erc-last-ison))) 
     206    (let ((ison (erc-with-server-buffer erc-last-ison))) 
    208207      (if (not ison) 
    209208          (erc-display-message