emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 4cdbd95: Require compile before using variables from that


From: Lars Ingebrigtsen
Subject: [elpa] master 4cdbd95: Require compile before using variables from that package
Date: Sun, 28 Dec 2014 13:55:31 +0000

branch: master
commit 4cdbd9505de0721657be3c3f97030f6985a539fc
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Require compile before using variables from that package
---
 packages/debbugs/debbugs-gnu.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 9b81d52..3fe88ca 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -1326,6 +1326,7 @@ If given a prefix, patch in the branch directory instead."
       (insert-file-contents-literally rej))
     (goto-char (point-max))
     (save-some-buffers t)
+    (require 'compile)
     (mapcar 'kill-process compilation-in-progress)
     (compile (format "cd %s; make -k" (expand-file-name "lisp" dir)))
     (vc-dir dir)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]