From 73646b08a684060547e54d1e0c626b861370da9f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Jan 2019 01:29:44 -0800 Subject: Fix compilation warning for ‘oni-package’ --- oni-package.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'oni-package.el') diff --git a/oni-package.el b/oni-package.el index c8183d0..fbf6e5e 100644 --- a/oni-package.el +++ b/oni-package.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190113124225 +;; Version: 20190122012737 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -33,9 +33,8 @@ ;;; Code: -(eval-when-compile - (require 'package) - (require 'package-x)) +(require 'package) +(require 'package-x) ;;;###autoload (add-to-list 'package-archives -- cgit v1.2.3-54-g00ecf