summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-common.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/erc-common.el')
-rw-r--r--lisp/erc/erc-common.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/erc/erc-common.el b/lisp/erc/erc-common.el
index d8aac36eab6..23a19337986 100644
--- a/lisp/erc/erc-common.el
+++ b/lisp/erc/erc-common.el
@@ -77,6 +77,9 @@
(cl-defstruct (erc--target-channel (:include erc--target)))
(cl-defstruct (erc--target-channel-local (:include erc--target-channel)))
+;; Beginning in 5.5/29.1, the `tags' field may take on one of two
+;; differing types. See `erc-tags-format' for details.
+
(cl-defstruct (erc-response (:conc-name erc-response.))
(unparsed "" :type string)
(sender "" :type string)