From: Andreas Schwab Date: Sun, 13 Feb 2022 08:10:25 +0000 (+0100) Subject: * src/eval.c (specpdl_unrewind): Remove empty statement. X-Git-Tag: emacs-29.0.90~2344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae13948ff52c91b4a8188be6a2cc8d65b440731c;p=emacs.git * src/eval.c (specpdl_unrewind): Remove empty statement. --- diff --git a/src/eval.c b/src/eval.c index 3e384fc28b3..7472e649afe 100644 --- a/src/eval.c +++ b/src/eval.c @@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, bool vars_only) non-local, this is fine, but if it ever reverts to being local we may end up using this entry "in the wrong direction". */ - {}; + {} } break; }