Skip to content

Commit

Permalink
invalid function error on proof-unicode-tokens-toggle (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
khibino authored Jan 30, 2023
1 parent bbbb1e2 commit f2c082f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generic/proof-unicode-tokens.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
;; (require 'proof-auxmodes) ; loaded by proof.el, autoloads us
(require 'unicode-tokens)) ; it will be loaded by proof-auxmodes

(eval-when-compile (require 'proof-utils)) ; import macros
(require 'proof-config) ; config variables

(defvar proof-unicode-tokens-initialised nil
Expand Down

0 comments on commit f2c082f

Please sign in to comment.