diff options
author | Colin Walters <walters@gnu.org> | 2002-06-09 00:20:12 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-06-09 00:20:12 +0000 |
commit | 2e5dd7094dada599cc0a0d1edfcee052413fba81 (patch) | |
tree | ffb1e59d543ae755ac0d0b69251684130844ee7b /lisp/ibuf-macs.el | |
parent | 18d5078f4cb798a869ffe7abbe18b716821dbdd3 (diff) | |
download | emacs-2e5dd7094dada599cc0a0d1edfcee052413fba81.tar.gz |
(define-ibuffer-column): Don't create a third argument for the
generated function.
Diffstat (limited to 'lisp/ibuf-macs.el')
-rw-r--r-- | lisp/ibuf-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index ac6bc5bae3b..f32410aa868 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -105,7 +105,7 @@ change its definition, you should explicitly call `(progn ,(if inline `(push '(,sym ,bod) ibuffer-inline-columns) - `(defun ,sym (buffer mark ibuffer-buf) + `(defun ,sym (buffer mark) ,bod)) (put (quote ,sym) 'ibuffer-column-name ,(if (stringp name) |