mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(define-ibuffer-column): Document the new parameter.
This commit is contained in:
parent
4d4eb732b5
commit
b641fbd7f4
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue