aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-09 10:09:40 -0600
committerGravatar Matthew L. Fidler2016-02-09 10:09:40 -0600
commitc7a0a4320dc2a0e9c91eb02a03e2bdd6a71d6f0b (patch)
tree6c69c7138e41dd800a5f0bab79d56497c25ec9f8 /mode-icons.el
parent11c523da66eed895f31fdc048cbdd203b102cff2 (diff)
downloadmode-icons-c7a0a4320dc2a0e9c91eb02a03e2bdd6a71d6f0b.tar.gz
mode-icons-c7a0a4320dc2a0e9c91eb02a03e2bdd6a71d6f0b.zip
Fix some typos
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index cfa1452..823f7f2 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -136,7 +136,7 @@ the icon."
(member 'sml/pos-id-separator mode-line-format)
(string-match-p "powerline" (prin1-to-string mode-line-format)))))
-(defvar mode-icons-supported-p (icon-spec)
+(defun mode-icons-supported-p (icon-spec)
"Determine if ICON-SPEC is suppored on your system."
(or
(and (eq (nth 2 icon-spec) 'octicons) mode-icons-octicons-font (not (eq system-type 'windows-nt))