diff --git a/gobgen.el b/gobgen.el index f7f6d95..2d7f7e8 100644 --- a/gobgen.el +++ b/gobgen.el @@ -5,6 +5,7 @@ ;; Author: Gergely Polonkai ;; 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.")