From b641fbd7f4cd1069ec2e709dea275d7698525d4d Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 2 Apr 2006 23:48:28 +0000 Subject: [PATCH] (define-ibuffer-column): Document the new parameter. --- lisp/ChangeLog | 4 ++++ lisp/ibuf-macs.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 998c2eb9427..2f7e50357b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index 603ffc45c93..009935e1539 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -90,6 +90,9 @@ the text, such as `mouse-face'. And SUMMARIZER, if given, is a 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 -- 2.39.2