]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/eval.c (specpdl_unrewind): Remove empty statement.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 13 Feb 2022 08:10:25 +0000 (09:10 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 13 Feb 2022 08:13:26 +0000 (09:13 +0100)
src/eval.c

index 3e384fc28b39dcef11a04a7626605fb64a8588fe..7472e649afe7aa2e377b349ea26b2990d583401f 100644 (file)
@@ -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;
        }