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

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

[elpa] master 110b174: Add the pseudo-package "test" to `debbugs-gnu-def


From: Michael Albinus
Subject: [elpa] master 110b174: Add the pseudo-package "test" to `debbugs-gnu-default-packages'
Date: Tue, 23 Aug 2016 11:28:31 +0000 (UTC)

branch: master
commit 110b174643707983aa4677a071f860926c5a8e18
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Add the pseudo-package "test" to `debbugs-gnu-default-packages'
    
    * packages/debbugs/debbugs-gnu.el (debbugs-gnu-default-packages):
    Add the pseudo-package "test".
---
 packages/debbugs/debbugs-gnu.el |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index fe95fed..8550291 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -230,7 +230,7 @@ If nil, the value of `send-mail-function' is used instead."
   ;; <http://debbugs.gnu.org/Packages.html>
   ;; <http://debbugs.gnu.org/cgi/pkgindex.cgi>
   :group 'debbugs-gnu
-  :type '(set (const "adns")
+  :type `(set (const "adns")
              (const "auctex")
              (const "automake")
              (const "cc-mode")
@@ -254,9 +254,13 @@ If nil, the value of `send-mail-function' is used instead."
              (const "org-mode")
              (const "parted")
              (const "sed")
+             (const ,(propertize
+                     "test"
+                     'face 'debbugs-gnu-done
+                     'help-echo "This is a pseudo-package for test."))
              (const "vc-dwim")
              (const "woodchuck"))
-  :version "25.1")
+  :version "25.2")
 
 (defconst debbugs-gnu-all-packages
   (mapcar 'cadr (cdr (get 'debbugs-gnu-default-packages 'custom-type)))



reply via email to

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