GNU bug report logs - #36565
[PATCH] Suppress interactive-only warnings in undo-tests.el

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefan <at> marxist.se>

Date: Wed, 10 Jul 2019 01:16:02 UTC

Severity: minor

Tags: fixed, patch

Fixed in version 27.1

Done: Noam Postavsky <npostavs <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> gmail.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 36565 <at> debbugs.gnu.org
Subject: bug#36565: [PATCH] Suppress interactive-only warnings in undo-tests.el
Date: Wed, 17 Jul 2019 16:08:20 -0400
Stefan Kangas <stefan <at> marxist.se> writes:

>      (undo-boundary)
> -    (delete-forward-char 1)
> +    (with-suppressed-warnings
> +        ((interactive-only delete-forward-char))
> +      (delete-forward-char 1))

Perhaps it would be better to use funcall-interactively?




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

Previous Next


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