GNU bug report logs -
#61508
30.0.50; [PATCH] Update thumbnail buffer's header more
Previous Next
Reported by: Manuel Giraud <manuel <at> ledu-giraud.fr>
Date: Tue, 14 Feb 2023 14:19:01 UTC
Severity: normal
Tags: patch
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Stefan Kangas <stefankangas <at> gmail.com>
> Date: Wed, 15 Feb 2023 05:58:15 -0800
>
> > diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
> > index 49b8d9f03c8..cfcd1851188 100644
> > --- a/lisp/image/image-dired.el
> > +++ b/lisp/image/image-dired.el
> > @@ -593,7 +593,8 @@ image-dired-display-thumbs
> > (if do-not-pop
> > (display-buffer buf)
> > (pop-to-buffer buf))
> > - (image-dired--line-up-with-method))))
> > + (image-dired--line-up-with-method)
> > + (image-dired--update-header-line))))
> >
> > ;;;###autoload
> > (defun image-dired-show-all-from-dir (dir)
> > --
> > 2.39.1
>
> Eli, is it okay to install the above bug fix on the emacs-29 branch at
> this point?
Yes, thanks. (This whole area of Emacs was revamped for Emacs 29,
right? So this is just fixing a regression introduced while we were
at that.)
This bug report was last modified 2 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.