comparison lisp/erc/erc-ibuffer.el @ 76856:2fae574a2382

Release ERC 5.2. I have updated the version of ERC to 5.2, since it fixes a bug with C-c C-SPC being bound globally by default. For the full list of changes in this version, see etc/ERC-NEWS. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-687 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Sun, 01 Apr 2007 13:36:38 +0000
parents 7a3f13e2dd57
children 85d67fae9a94
comparison
equal deleted inserted replaced
76855:e6686c0a3d45 76856:2fae574a2382
125 "")) 125 ""))
126 126
127 (define-ibuffer-column erc-away (:name "A") 127 (define-ibuffer-column erc-away (:name "A")
128 (if (and erc-server-process 128 (if (and erc-server-process
129 (processp erc-server-process) 129 (processp erc-server-process)
130 (with-current-buffer (process-buffer erc-server-process) 130 (erc-away-time))
131 erc-away))
132 "A" 131 "A"
133 " ")) 132 " "))
134 133
135 (define-ibuffer-column 134 (define-ibuffer-column
136 erc-op (:name "O") 135 erc-op (:name "O")