aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-05 09:47:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-05 09:47:06 +0000
commitcffda98288d59860f7744d78de2efc3b8ff410b9 (patch)
treecdbbc6bab808264dbe6d9b6b6e017253b305acab /phox
parentc9a40a40e76c598a41284f8c532a851477ed52a8 (diff)
Summary: Fix compile warning on phox-toolbar-entries
Diffstat (limited to 'phox')
-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)))