]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/debbugs/debbugs-gnu.el
Require compile before using variables from that package
[gnu-emacs-elpa] / packages / debbugs / debbugs-gnu.el
index 9b81d521c335a12165dab4206cb40e6cfd7a73f2..3fe88ca0abd500833943edc64002b9f048d3505f 100644 (file)
@@ -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)