Remove double // in file names

This commit is contained in:
Matthew Fidler 2016-03-30 14:21:50 -05:00
parent 069cc21c7f
commit 160f814b0d

View file

@ -85,7 +85,7 @@
ICON should be a file name with extension. The result is the
absolute path to ICON."
(concat mode-icons--directory "/icons/" icon))
(expand-file-name icon (expand-file-name "icons" mode-icons--directory)))
(defmacro mode-icons-save-buffer-state (&rest body)
"Eval BODY saving buffer state.