comparison lisp/erc/erc-track.el @ 84636:ffc87ddd4025

Sync changes from upstream ERC
author Michael Olson <mwolson@gnu.org>
date Wed, 19 Sep 2007 03:29:03 +0000
parents 4ee03308c9b6
children 977fdc85afd3
comparison
equal deleted inserted replaced
84635:f539dbd0a615 84636:ffc87ddd4025
283 283
284 importance - find buffer with the most important message 284 importance - find buffer with the most important message
285 oldest - find oldest active buffer 285 oldest - find oldest active buffer
286 newest - find newest active buffer 286 newest - find newest active buffer
287 leastactive - find buffer with least unseen messages 287 leastactive - find buffer with least unseen messages
288 mostactive - find buffer with most unseen messages." 288 mostactive - find buffer with most unseen messages.
289
290 If set to 'importance, the importance is determined by position
291 in `erc-track-faces-priority-list', where first is most
292 important."
289 :group 'erc-track 293 :group 'erc-track
290 :type '(choice (const importance) 294 :type '(choice (const importance)
291 (const oldest) 295 (const oldest)
292 (const newest) 296 (const newest)
293 (const leastactive) 297 (const leastactive)