summaryrefslogtreecommitdiff
path: root/helm-firefox.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-16 15:02:08 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-16 15:02:08 +0100
commit9b5065509e5589c21c4a37653b999a1ce46877e1 (patch)
treef1dc9fcad943e2a0a73ad369ab659b07bf7e5282 /helm-firefox.el
parentb83c4cf3c5c9102c5f7c237ee935b97f10576894 (diff)
Keep fixing unused args
Diffstat (limited to 'helm-firefox.el')
-rw-r--r--helm-firefox.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-firefox.el b/helm-firefox.el
index a967f995..44e0ee88 100644
--- a/helm-firefox.el
+++ b/helm-firefox.el
@@ -87,7 +87,7 @@
(defun helm-firefox-bookmarks-get-value (elm)
(assoc-default elm helm-firefox-bookmarks-alist))
-(defun helm-highlight-firefox-bookmarks (bookmarks source)
+(defun helm-highlight-firefox-bookmarks (bookmarks _source)
(cl-loop for i in bookmarks
collect (propertize
i 'face '((:foreground "YellowGreen"))