Mercurial > emacs
changeset 43489:ffa9b62fa5b9
(ibuffer-compile-format): Don't uselessly bind `pt' in generated
function.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sat, 23 Feb 2002 21:33:33 +0000 |
parents | 395cff3e82cd |
children | a08f4763cba4 |
files | lisp/ibuffer.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ibuffer.el Sat Feb 23 21:33:19 2002 +0000 +++ b/lisp/ibuffer.el Sat Feb 23 21:33:33 2002 +0000 @@ -1368,8 +1368,7 @@ #'byte-compile #'identity) (nconc (list 'lambda '(buffer mark)) - `((let ,(append '(pt) - (when str-used + `((let ,(append (when str-used '(str)) (when global-strlen-used '(strlen))