Skip to content

Commit

Permalink
magit-file-popup: autoload it
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmastro committed Apr 23, 2016
1 parent f6601b3 commit 0312f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,7 @@ the current repository."
map)
"Keymap for `magit-file-mode'.")

;;;###autoload (autoload 'magit-file-popup "magit" nil t)
(magit-define-popup magit-file-popup
"Popup console for Magit commands in file-visiting buffers."
:actions '((?s "Stage" magit-stage-file)
Expand Down

0 comments on commit 0312f79

Please sign in to comment.