mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
(Writing Emacs Primitives): Untabify `For'.
This commit is contained in:
parent
efd6112253
commit
539775c024
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ usage: (or CONDITIONS ...) */)
|
|||
@{
|
||||
val = Feval (XCAR (args));
|
||||
if (!NILP (val))
|
||||
break;
|
||||
break;
|
||||
args = XCDR (args);
|
||||
@}
|
||||
@end group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue