Mercurial > emacs
changeset 69768:cbdede292c6e
(define-ibuffer-column): Document the new parameter.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 02 Apr 2006 23:48:28 +0000 |
parents | 751ecb169488 |
children | c393ff423703 |
files | lisp/ChangeLog lisp/ibuf-macs.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + + * ibuf-macs.el (define-ibuffer-column): Document the new parameter. + 2006-04-02 Richard Stallman <rms@gnu.org> * progmodes/compile.el (compilation-message-face): Make it defcustom.
--- 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