From cffda98288d59860f7744d78de2efc3b8ff410b9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 5 Mar 2015 09:47:06 +0000 Subject: Summary: Fix compile warning on phox-toolbar-entries --- phox/phox.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phox') 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))) -- cgit v1.2.3