summaryrefslogtreecommitdiff
path: root/chess-transport.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-transport.el')
-rw-r--r--chess-transport.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-transport.el b/chess-transport.el
index 47fe16a..1262817 100644
--- a/chess-transport.el
+++ b/chess-transport.el
@@ -9,7 +9,7 @@
(require 'chess-network)
-(defalias 'chess-network-regexp-alist 'chess-transport-regexp-alist)
+(defvar chess-transport-regexp-alist chess-network-regexp-alist)
(defun chess-transport-handler (event &rest args)
"This is an example of a generic transport engine."