diff --git a/magit.el b/magit.el index 2dfd9032..2904c42b 100644 --- a/magit.el +++ b/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, 2009, 2010 Alexey Voinov. @@ -26,6 +26,11 @@ ;; Copyright (C) 2010 Ævar Arnfjörð Bjarmason. ;; Copyright (C) 2010 Óscar Fuentes. +;; Author: Marius Vollmer +;; Maintainer: Phil Jackson +;; 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