mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Comment: buffer-forall should be run synchronously
As of 8be51425
, "buffer-forall" joins "command-sequence" and
"repeat" in this category of LFUNs.
This commit is contained in:
parent
8be514258f
commit
dc404b19a5
@ -122,7 +122,7 @@ private:
|
|||||||
///
|
///
|
||||||
KeyModifier modifier_;
|
KeyModifier modifier_;
|
||||||
/// Commands should be run synchronously when they
|
/// Commands should be run synchronously when they
|
||||||
/// are launched via "command-sequence" or "repeat"
|
/// are launched via "command-sequence" or "repeat" or "buffer-forall"
|
||||||
bool allow_async_;
|
bool allow_async_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user