# HG changeset patch # User Dan Nicolaescu # Date 1144021708 0 # Node ID cbdede292c6ede46021977ac06c41f294684f2de # Parent 751ecb1694887f6f4e2c8a413f5065cf3f094c28 (define-ibuffer-column): Document the new parameter. diff -r 751ecb169488 -r cbdede292c6e lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 02 23:05:51 2006 +0000 +++ b/lisp/ChangeLog Sun Apr 02 23:48:28 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-02 Dan Nicolaescu + + * ibuf-macs.el (define-ibuffer-column): Document the new parameter. + 2006-04-02 Richard Stallman * progmodes/compile.el (compilation-message-face): Make it defcustom. diff -r 751ecb169488 -r cbdede292c6e lisp/ibuf-macs.el --- a/lisp/ibuf-macs.el Sun Apr 02 23:05:51 2006 +0000 +++ b/lisp/ibuf-macs.el Sun Apr 02 23:48:28 2006 +0000 @@ -90,6 +90,9 @@ function which will be passed a list of all the strings in its column; it should return a string to display at the bottom. +If HEADER-MOUSE-MAP is given, it will be used as a keymap for the +title of the column. + Note that this macro expands into a `defun' for a function named ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be inlined into the compiled format versions. This means that if you