diff options
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r-- | lisp/erc/erc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 0b0cc044e91..f5c9decc3a2 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -5453,7 +5453,7 @@ This returns non-nil only if we actually send anything." ;; obsolete, and when it's finally removed, this binding should ;; also be removed. (with-suppressed-warnings ((lexical str)) - (defvar str)) ;FIXME: Obey the "erc-" prefix convention. + (defvar str)) (let ((str input) (erc-insert-this t) (erc-send-this t) |