aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--phox/phox.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/phox/phox.el b/phox/phox.el
index d1b73bc9..27b9cac0 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -6,6 +6,9 @@
;; Adjust toolbar entries. (Must be done before proof-toolbar is
;; loaded).
+(eval-when-compile
+ (defvar phox-toolbar-entries nil))
+
(eval-after-load "pg-custom"
'(setq phox-toolbar-entries
(assq-delete-all 'context phox-toolbar-entries)))