Fix byte-compiler warning

This commit is contained in:
Tom Willemse 2016-11-04 18:49:41 +01:00
parent aaf6ba2f03
commit 419105ab66

View file

@ -197,7 +197,7 @@ key. A key :intro is added to the plist and then passed on to
"Disable Serenity for Circe."
(interactive)
(dolist (format-pair circe-serenity--formatters-alist)
(cl-destructuring-bind (format . _) format-pair
(let ((format (car format-pair)))
(set format (get format 'circe-serenity-original))
(put format 'circe-serenity-original nil))))