diff options
author | Colin Walters <walters@gnu.org> | 2002-06-09 00:21:46 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-06-09 00:21:46 +0000 |
commit | d62920ca8eebb9d7557f913cb1f5ef36497e4de3 (patch) | |
tree | 50d4e17735ed9af93a83ecd73dfea1bfd61368f6 /lisp/ibuf-macs.el | |
parent | 660acebe9ce362749a96ca8c7450d50219a94062 (diff) | |
download | emacs-d62920ca8eebb9d7557f913cb1f5ef36497e4de3.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) |