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

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

bug#49275: 28.0.50; [PATCH] improve-switch-to-prev-buffer-skip


From: martin rudalics
Subject: 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





reply via email to

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