emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 306a6f8: * lisp/gnus/gnus-art.el (gnus-article-


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 306a6f8: * lisp/gnus/gnus-art.el (gnus-article-prepare): Make sure the article
Date: Thu, 12 Apr 2018 22:27:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> +         ;; Make sure the article begins with the top of the header.
> +         (save-selected-window
> +           (select-window (get-buffer-window gnus-article-buffer))
> +           (goto-char (point-min)))

Any reason this doesn't use `with-selected-window`?


        Stefan



reply via email to

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