Skip to content

Commit

Permalink
tweak(core): minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 18, 2023
1 parent 5c18fc3 commit b474c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp/+minemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ If N and M = 1, there's no benefit to using this macro over `remove-hook'.
;;;###autoload
(defun minemacs-run-build-functions (&optional dont-ask-p)
"Run all build functions in `minemacs-build-functions'."
(interactive)
(interactive "P")
(dolist (fn minemacs-build-functions)
(message "MinEmacs: Running `%s'" fn)
(if dont-ask-p
Expand Down

0 comments on commit b474c52

Please sign in to comment.