emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/svg-tag-mode 87489d2845 31/63: Fixed warning (see https


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode 87489d2845 31/63: Fixed warning (see https://github.com/melpa/melpa/pull/7217#issuecomment-735307276)
Date: Mon, 27 Dec 2021 15:57:58 -0500 (EST)

branch: externals/svg-tag-mode
commit 87489d28450559078aa15b4a435143a297508e48
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]