Fix compilation warning for ‘oni-package’
This commit is contained in:
parent
7f81b3b508
commit
73646b08a6
1 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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-x)
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'package-archives
|
||||
|
|
Loading…
Reference in a new issue