From c7a0a4320dc2a0e9c91eb02a03e2bdd6a71d6f0b Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Tue, 9 Feb 2016 10:09:40 -0600 Subject: Fix some typos --- mode-icons.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mode-icons.el') 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)) -- cgit v1.2.3-54-g00ecf