Fix requirements

* Add required Emacs version
* Remove `ewal-when-compile` clause from `wid-edit`
This commit is contained in:
Gergely Polonkai 2016-09-28 16:13:07 +00:00
parent 9881fde2f8
commit a184fb21ff

View File

@ -5,6 +5,7 @@
;; Author: Gergely Polonkai <gergely@polonkai.eu>
;; Keywords: gobject, glib, gtk, helper, utilities
;; Version: 0.0.1
;; Package-Requires: ((emacs "24.3"))
;; 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
@ -27,8 +28,7 @@
;;; Code:
(require 'widget)
(eval-when-compile (require 'wid-edit))
(require 'wid-edit)
(defvar-local gobgen-widget-name nil
"Widget for the class name.")