projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e15500
)
* src/eval.c (specpdl_unrewind): Remove empty statement.
author
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 13 Feb 2022 08:10:25 +0000
(09:10 +0100)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 13 Feb 2022 08:13:26 +0000
(09:13 +0100)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 3e384fc28b39dcef11a04a7626605fb64a8588fe..7472e649afe7aa2e377b349ea26b2990d583401f 100644
(file)
--- 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;
}