aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdictionary.el1
1 files changed, 1 insertions, 0 deletions
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