File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 62
62
(declare-function helm-M-x--unwind-forms " helm-command" )
63
63
(declare-function helm-M-x--move-selection-after-hook " helm-command" )
64
64
(declare-function helm-M-x--before-action-hook " helm-command" )
65
+ (declare-function helm-M-x-persistent-action " helm-command" )
65
66
66
67
(defgroup helm-mode nil
67
68
" Enable helm completion."
@@ -1571,6 +1572,8 @@ dynamically otherwise use `helm-completing-read-default-2'."
1571
1572
:alistp alistp
1572
1573
:diacritics helm-mode-ignore-diacritics
1573
1574
:help-message #'helm-comp-read-help-message
1575
+ :persistent-action (and pref-arg #'helm-M-x-persistent-action )
1576
+ :persistent-help (if pref-arg " Toggle Describe command" " DoNothing" )
1574
1577
:name name
1575
1578
:requires-pattern (if (and (stringp default )
1576
1579
(string= default " " )
You can’t perform that action at this time.
0 commit comments