Elpa compatibility.
This commit is contained in:
parent
cff8d04ef1
commit
600ffa4097
1 changed files with 9 additions and 1 deletions
10
magit.el
10
magit.el
|
@ -1,4 +1,4 @@
|
||||||
;;; Magit -- control Git from Emacs.
|
;;; magit.el -- control Git from Emacs.
|
||||||
|
|
||||||
;; Copyright (C) 2008 Alex Ott.
|
;; Copyright (C) 2008 Alex Ott.
|
||||||
;; Copyright (C) 2008, 2009, 2010 Alexey Voinov.
|
;; Copyright (C) 2008, 2009, 2010 Alexey Voinov.
|
||||||
|
@ -26,6 +26,11 @@
|
||||||
;; Copyright (C) 2010 Ævar Arnfjörð Bjarmason.
|
;; Copyright (C) 2010 Ævar Arnfjörð Bjarmason.
|
||||||
;; Copyright (C) 2010 Óscar Fuentes.
|
;; 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
|
;; Magit is free software; you can redistribute it and/or modify it
|
||||||
;; under the terms of the GNU General Public License as published by
|
;; under the terms of the GNU General Public License as published by
|
||||||
|
@ -54,6 +59,8 @@
|
||||||
;;
|
;;
|
||||||
;; See the Magit User Manual for more information.
|
;; See the Magit User Manual for more information.
|
||||||
|
|
||||||
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile (require 'cl))
|
(eval-when-compile (require 'cl))
|
||||||
(require 'log-edit)
|
(require 'log-edit)
|
||||||
(require 'easymenu)
|
(require 'easymenu)
|
||||||
|
@ -4196,4 +4203,5 @@ With prefix force the removal even it it hasn't been merged."
|
||||||
'string=)))
|
'string=)))
|
||||||
|
|
||||||
(provide 'magit)
|
(provide 'magit)
|
||||||
|
|
||||||
;;; magit.el ends here
|
;;; magit.el ends here
|
||||||
|
|
Loading…
Reference in a new issue