From 8d203691c1eeb08682b65e467ca67cb921913bc3 Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Wed, 3 Jul 2013 05:51:34 +0200 Subject: dictionary: Avoid reference to undefined dictionary-server Add a defvar so that the setter function for defcustom can set the variable without triggering a warning. --- dictionary.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dictionary.el b/dictionary.el index aed7af1..9145363 100755 --- a/dictionary.el +++ b/dictionary.el @@ -40,6 +40,7 @@ (defmacro defcustom (var value doc &rest ignored) (list 'defvar var value doc)))) +(defvar dictionary-server) (defun dictionary-set-server-var (name value) (if (and (boundp 'dictionary-connection) dictionary-connection -- cgit v1.2.3