Skip to content

Commit

Permalink
Merge pull request #1 from oohlaf/master
Browse files Browse the repository at this point in the history
Fix autoload to ignore older emacs versions
  • Loading branch information
jimeh committed Apr 19, 2013
2 parents 378f517 + 8f09b19 commit bb9f9d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion birds-of-paradise-plus-theme.el
Expand Up @@ -194,7 +194,8 @@


;;;###autoload
(when load-file-name
(and load-file-name
(boundp 'custom-theme-load-path)
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))

Expand Down

0 comments on commit bb9f9d4

Please sign in to comment.