Elpa compatibility.

This commit is contained in:
Phil Jackson 2010-06-11 16:15:10 +01:00
parent cff8d04ef1
commit 600ffa4097

View file

@ -1,4 +1,4 @@
;;; Magit -- control Git from Emacs.
;;; magit.el -- control Git from Emacs.
;; Copyright (C) 2008 Alex Ott.
;; Copyright (C) 2008, 2009, 2010 Alexey Voinov.
@ -26,6 +26,11 @@
;; Copyright (C) 2010 Ævar Arnfjörð Bjarmason.
;; Copyright (C) 2010 Óscar Fuentes.
;; Author: Marius Vollmer <marius.vollmer@nokia.com>
;; Maintainer: Phil Jackson <phil@shellarchive.co.uk>
;; Version: 0.8.1
;; Keywords: tools
;;
;; Magit is free software; you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
@ -54,6 +59,8 @@
;;
;; See the Magit User Manual for more information.
;;; Code:
(eval-when-compile (require 'cl))
(require 'log-edit)
(require 'easymenu)
@ -4196,4 +4203,5 @@ With prefix force the removal even it it hasn't been merged."
'string=)))
(provide 'magit)
;;; magit.el ends here