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

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

[elpa] externals/debbugs a649e51 208/311: Minor fixes in debbugs-gnu.el


From: Stefan Monnier
Subject: [elpa] externals/debbugs a649e51 208/311: Minor fixes in debbugs-gnu.el
Date: Sun, 29 Nov 2020 18:42:13 -0500 (EST)

branch: externals/debbugs
commit a649e51fdb6e43d3387b3e35103e70cb0592f0c3
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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'.
---
 debbugs-gnu.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index b4df37c..98e7360 100644
--- a/debbugs-gnu.el
+++ b/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]