File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 77
88(define pkg-authors '(robby))
99
10- (define version "1.50 " )
10+ (define version "1.51 " )
1111
1212(define license
1313 '(Apache-2.0 OR MIT))
Original file line number Diff line number Diff line change @@ -2295,4 +2295,17 @@ please adhere to these guidelines:
22952295 (qs-stop-scripts "&Stop persistent scripts " )
22962296 (qs-report-issue "Report an &issue " )
22972297 (qs-error-load "Quickscript: Errors while loading script properties " )
2298+
2299+ ;; macro stepper
2300+ ; used in the button label and menu item and title for some dialog boxes
2301+ (macro-stepper "Macro Stepper " )
2302+
2303+ ; these next three are in the same dialog; first a message and then two button labels
2304+ (macro-stepper-warning-message
2305+ "Macro expansion has taken a suspiciously large number of steps.\n\nClick "
2306+ " Stop to stop macro expansion and see the steps taken "
2307+ " so far, or click Continue to let it run a bit longer. " )
2308+ (macro-stepper-continue "Continue " )
2309+ (macro-stepper-stop "Stop " )
2310+
22982311 )
You can’t perform that action at this time.
0 commit comments