Skip to content

Commit

Permalink
magit-popup.el: don't require magit-mode
Browse files Browse the repository at this point in the history
According to the byte-compiler and some grepping,
nothing from the latter is used in the former.
  • Loading branch information
tarsius committed Jan 10, 2015
1 parent f0160c2 commit 9999317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,11 +10,11 @@ LOADDEFS_DIR ?= $(lispdir)
ELS = with-editor.el
ELS += git-commit.el
ELS += git-rebase.el
ELS += magit-popup.el
ELS += magit-utils.el
ELS += magit-section.el
ELS += magit-git.el
ELS += magit-mode.el
ELS += magit-popup.el
ELS += magit-process.el
ELS += magit-core.el
ELS += magit-diff.el
Expand Down
5 changes: 1 addition & 4 deletions magit-popup.el
Expand Up @@ -45,12 +45,9 @@

;;; Code:

(require 'button)
(require 'cl-lib)
(require 'dash)

(require 'magit-mode)

(require 'button)
(require 'format-spec)

(declare-function info 'info)
Expand Down

0 comments on commit 9999317

Please sign in to comment.