branch: externals/svg-tag-mode commit 87489d28450559078aa15b4a435143a297508e48 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Fixed warning (see https://github.com/melpa/melpa/pull/7217#issuecomment-735307276) --- svg-tag-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 16b842da17..1347bcaf25 100644 --- a/svg-tag-mode.el +++ b/svg-tag-mode.el @@ -191,7 +191,7 @@ INNER-PADDING, OUTER-PADDING and RADIUS controls the visual aspect of the box." (defun svg-tag-mode-on () "Activate SVG tag mode." - (add-to-list #'font-lock-extra-managed-props 'display) + (add-to-list 'font-lock-extra-managed-props 'display) (when svg-tag-tags--active (font-lock-remove-keywords nil (mapcar #'svg-tag--build-keywords svg-tag-tags--active)))