Skip to content

Commit

Permalink
Fix hol-mode.sml references broken by 73921f8
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Oct 3, 2024
1 parent 73921f8 commit d17a401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/separationLogic/src/holfoot/poly/build-state.hol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ open holfootLib;

open separationLogicTheory vars_as_resourceTheory holfootTheory generalHelpersTheory;

use (Globals.HOLDIR ^ "/tools/hol-mode.sml");
use (Globals.HOLDIR ^ "/tools/editor-modes/emacs/hol-mode.sml");

val _ = Feedback.set_trace "Unicode" 0;
val _ = Feedback.set_trace "PPBackEnd use annotations" 0;
Expand Down
2 changes: 1 addition & 1 deletion tools/editor-modes/emacs/hol-mode.src
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ a new buffer that is vertically adjacent and below)."
(setq holmake-executable filename))

(defvar hol-mode-sml-init-command
"use (Globals.HOLDIR ^ \"/tools/editors-modes/emacs/hol-mode.sml\")"
"use (Globals.HOLDIR ^ \"/tools/editor-modes/emacs/hol-mode.sml\")"
"*The command to send to HOL to load the ML-part of hol-mode.")


Expand Down

0 comments on commit d17a401

Please sign in to comment.