summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorpsg <>2006-05-30 23:42:48 +0000
committerpsg <>2006-05-30 23:42:48 +0000
commit36d2a0a273c7f429fc7fd898d5b45b9056cc5ef0 (patch)
tree0ae70ae9bf52640bfd38c683d82b1ab9d29b28fe /debian-bug.el
parent1c721c8acb87fa152df6774fb2fdcb95ee73a348 (diff)
debian-el:
- debian-bug.el: "Change the face of Tags: for experimental", thanks to Luca Capello for the bug and patch (Closes: #357265).
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian-bug.el b/debian-bug.el
index accfb2e..b5752be 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -273,6 +273,8 @@
;; Thanks to Luca Capello <luca@pca.it> (Closes: #337659)
;; V1.59 14Nov2005 Peter S Galbraith <psg@debian.org>
;; - Search for "^cc:" instead of simply "cc:" in Bug #208570 change.
+;; V1.60 30May2006 Luca Capello <luca@pca.it>
+;; - Change the face of Tags: for experimental, (Closes: #357265)
;; ----------------------------------------------------------------------------
;;; Todo (Peter's list):
@@ -796,7 +798,7 @@ Optional argument ACTION can be provided in programs."
("^ *\\(Version:\\) *\\([^ \n]+\n\\)?"
(1 font-lock-keyword-face)
(2 font-lock-type-face nil t))
- ("^ *\\(Tags:\\).*\\(patch\\)"
+ ("^ *\\(Tags:\\).*\\(\\(patch\\|experimental\\)\\)"
(1 font-lock-keyword-face)
(2 font-lock-type-face nil t))
("^ *\\(Tags:\\).*\\(security\\)"