branch: elpa/helm commit 9a9878c56902e29f2296442e94cd7e99d7a6fb2e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Reorder and fix long lines --- helm-core.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/helm-core.el b/helm-core.el index 9f64e5e4a8..dc50a6c08d 100644 --- a/helm-core.el +++ b/helm-core.el @@ -1122,6 +1122,14 @@ You can toggle later `truncate-lines' with Set this to an empty string if you don't want prefix in margin when marking." :group 'helm :type 'string) + +(defvar helm-update-edebug nil + "Development feature. +If set to true then all functions invoked after `helm-update' can be +instrumented by `edebug' for stepping. `helm--maybe-use-while-no-input' +then doesn't use `while-no-input', because `while-no-input' throws on +`edebug' command key input.") + ;;; Faces ;; @@ -4956,12 +4964,6 @@ Unlike `while-no-input' this macro ensure to not returns `t'." (quit-flag nil) (t val))))))) -(defvar helm-update-edebug nil - "Development feature. -If set to true then all functions invoked after `helm-update' can be instrumented by -`edebug' for stepping. `helm--maybe-use-while-no-input' then doesn't use `while-no-input', -because `while-no-input' throws on `edebug' command key input.") - (defmacro helm--maybe-use-while-no-input (&rest body) "Wrap BODY in `helm-while-no-input' unless initializing a remote connection." `(progn