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

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

[elpa] master 49c9ba8: Minor fixes in debbugs-gnu.el


From: Michael Albinus
Subject: [elpa] master 49c9ba8: Minor fixes in debbugs-gnu.el
Date: Thu, 28 Jul 2016 10:19:57 +0000 (UTC)

branch: master
commit 49c9ba8f83b94196ea5b56297fe6d2afbbf94e13
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Minor fixes in debbugs-gnu.el
    
    * packages/debbugs/debbugs-gnu.el (debbugs-gnu-default-packages):
    Add "oo-browser".
    (debbugs-gnu-fix-patch): Require `diff-mode'.
---
 packages/debbugs/debbugs-gnu.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index b4df37c..98e7360 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -250,6 +250,7 @@ If nil, the value of `send-mail-function' is used instead."
              (const "idutils")
              (const "libtool")
              (const "mh-e")
+             (const "oo-browser")
              (const "org-mode")
              (const "parted")
              (const "sed")
@@ -1673,6 +1674,7 @@ If given a prefix, patch in the branch directory instead."
     (goto-char (point-min))))
 
 (defun debbugs-gnu-fix-patch (dir)
+  (require 'diff-mode)
   (setq dir (directory-file-name (expand-file-name dir)))
   (goto-char (point-min))
   (while (re-search-forward diff-file-header-re nil t)



reply via email to

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