emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ibuf-macs.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-macs.el
Date: Sun, 02 Apr 2006 19:17:35 +0000

Index: emacs/lisp/ibuf-macs.el
diff -u emacs/lisp/ibuf-macs.el:1.20 emacs/lisp/ibuf-macs.el:1.21
--- emacs/lisp/ibuf-macs.el:1.20        Mon Feb  6 14:33:34 2006
+++ emacs/lisp/ibuf-macs.el     Sun Apr  2 19:17:34 2006
@@ -75,8 +75,8 @@
 ;; (put 'ibuffer-save-marks 'lisp-indent-function 0)
 
 ;;;###autoload
-(defmacro* define-ibuffer-column (symbol (&key name inline props
-                                              summarizer) &rest body)
+(defmacro* define-ibuffer-column (symbol (&key name inline props summarizer 
+                                              header-mouse-map) &rest body)
   "Define a column SYMBOL for use with `ibuffer-formats'.
 
 BODY will be called with `buffer' bound to the buffer object, and
@@ -115,6 +115,7 @@
            ,(if (stringp name)
                 name
               (capitalize (symbol-name symbol))))
+       ,(if header-mouse-map `(put (quote ,sym) 'header-mouse-map 
,header-mouse-map))
        ,(if summarizer
            ;; Store the name of the summarizing function.
            `(put (quote ,sym) 'ibuffer-column-summarizer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]