Skip to content

Commit

Permalink
[emacs-mode] Put DB "super match" into HOL/Misc menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Jan 23, 2024
1 parent ee5139a commit 5d98d08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/hol-mode.src
Expand Up @@ -1925,6 +1925,9 @@ the surrounding text (as done by ‘hol-do-goal’ and
(define-key global-map [menu-bar hol-menu hol-misc db-find]
'("DB find" . hol-db-find))

(define-key global-map [menu-bar hol-menu hol-misc db-match-with-selectors]
'("DB match (multiple selectors)" . hol-db-select))

(define-key global-map [menu-bar hol-menu hol-misc db-match]
'("DB match" . hol-db-match))

Expand Down

0 comments on commit 5d98d08

Please sign in to comment.