aboutsummaryrefslogtreecommitdiff
path: root/emms-mode-line-icon.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-20 17:34:55 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-20 17:34:55 -0400
commita51ac5b1fa967413d81530a722a5866eb43c4e4b (patch)
tree43dcf7f3389ae6091ec23f7b6c1dbbf14e6a9b8d /emms-mode-line-icon.el
parentf992e4c98b1d472acb802ea2a149f087c2656034 (diff)
Change the function quoting style to help the compiler.
Patch by Stefan Monnier
Diffstat (limited to 'emms-mode-line-icon.el')
-rw-r--r--emms-mode-line-icon.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-mode-line-icon.el b/emms-mode-line-icon.el
index 46bc4e7..5e82e4e 100644
--- a/emms-mode-line-icon.el
+++ b/emms-mode-line-icon.el
@@ -1,6 +1,6 @@
;; emms-mode-line-icon.el --- show an icon in the Emacs mode-line -*- lexical-binding: t; -*-
-;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2021 Free Software Foundation, Inc.
;; Version: 1.1
;; Keywords: emms
@@ -77,7 +77,7 @@ static char *note[] = {
(emms-mode-line-playlist-current))
(emms-mode-line-playlist-current)))
-(setq emms-mode-line-mode-line-function 'emms-mode-line-icon-function)
+(setq emms-mode-line-mode-line-function #'emms-mode-line-icon-function)
;; This is needed for text properties to work in the mode line.
(put 'emms-mode-line-string 'risky-local-variable t)