Skip to content

Commit

Permalink
elisp/popup: Add missing "require"
Browse files Browse the repository at this point in the history
Reported by zimoun:
<https://lists.gnu.org/archive/html/help-guix/2019-01/msg00006.html>.

* elisp/guix-popup.el: Require 'guix-profiles', otherwise, "M-x guix p"
  errors.
  • Loading branch information
alezost committed Jan 3, 2019
1 parent 495baed commit d7b5478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elisp/guix-popup.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; guix-popup.el --- Popup interface for Emacs-Guix commands

;; Copyright © 2018 Alex Kost <[email protected]>
;; Copyright © 2018–2019 Alex Kost <[email protected]>

;; This file is part of Emacs-Guix.

Expand All @@ -25,6 +25,7 @@
;;; Code:

(require 'magit-popup)
(require 'guix-profiles)

(defgroup guix-popup nil
"Popup interface for Emacs-Guix commands."
Expand Down

0 comments on commit d7b5478

Please sign in to comment.