Skip to content

Commit

Permalink
[emacs-mode] Modify holmake command to emit message to minibuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Feb 13, 2024
1 parent cc20395 commit 14e9458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/hol-mode.src
Expand Up @@ -874,6 +874,7 @@ region instead. With prefix ARG prompt for a file-name to load."
(setq buffer-read-only nil)
(delete-region (point-min) (point-max))
(insert "Running Holmake in directory " dir "\n\n")
(message "Running Holmake in directory %s" dir)
(term-ansi-make-term
(buffer-name)
holmake-executable nil "--qof" "-k")
Expand Down

0 comments on commit 14e9458

Please sign in to comment.