GNU bug report logs - #49275
28.0.50; [PATCH] improve-switch-to-prev-buffer-skip

Previous Next

Package: emacs;

Reported by: Trust me I am a Doctor <pillule <at> riseup.net>

Date: Tue, 29 Jun 2021 16:21:01 UTC

Severity: normal

Tags: patch

Found in version 28.0.50

Done: Trust me I am a Doctor <pillule <at> riseup.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 49275 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Trust me I am a Doctor <pillule <at> riseup.net>, 49275 <at> debbugs.gnu.org
Subject: Re: bug#49275: 28.0.50; [PATCH] improve-switch-to-prev-buffer-skip
Date: Wed, 30 Jun 2021 09:37:00 +0200
> Conservatively I fix that by checking if 'switch-to-prev-buffer-skip'
> is a function.

What is the intended meaning of

+      (when (and skipped (not functionp switch-to-prev-buffer-skip-p))

Did you mean

+      (when (and skipped (not (functionp switch-to-prev-buffer-skip)))

here?

martin




This bug report was last modified 3 years and 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.