bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#61508: 30.0.50; [PATCH] Update thumbnail buffer's header more


From: Eli Zaretskii
Subject: bug#61508: 30.0.50; [PATCH] Update thumbnail buffer's header more
Date: Wed, 15 Feb 2023 16:14:44 +0200

> From: Stefan Kangas <stefankangas@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.)





reply via email to

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