diff options
Diffstat (limited to 'app-emacs/flycheck/files/50flycheck-gentoo-r1.el')
-rw-r--r-- | app-emacs/flycheck/files/50flycheck-gentoo-r1.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo-r1.el b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el index 46ab676a9a2a..84a054e0738e 100644 --- a/app-emacs/flycheck/files/50flycheck-gentoo-r1.el +++ b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el @@ -1,2 +1,2 @@ (add-to-list 'load-path "@SITELISP@") -(load "@SITELISP@/flycheck-autoloads") +(load "@SITELISP@/flycheck-autoloads" nil t) |