diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:11:39 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:11:39 +0000 |
| commit | fa99586d3a144ccf3d8079df7803df17c689b335 (patch) | |
| tree | 497500a424df01fee5221de4b77887ff177fb405 /gnu/usr.bin/send-pr/send-pr-el.in | |
| parent | 0da088c1e6654ce68a694cadc7cb1106710aba05 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/send-pr/send-pr-el.in')
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr-el.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr-el.in b/gnu/usr.bin/send-pr/send-pr-el.in index b32e06fc7fe4..8195ecbd0dd4 100644 --- a/gnu/usr.bin/send-pr/send-pr-el.in +++ b/gnu/usr.bin/send-pr/send-pr-el.in @@ -156,7 +156,7 @@ at runtime.") (defconst send-pr::fields (` (("Category" send-pr::set-categories (, (or (gnats::get-config "DEFAULT_CATEGORY") nil)) enum) - ("Class" (("sw-bug") ("doc-bug") ("change-request")) + ("Class" (("sw-bug") ("doc-bug") ("change-request") ("update") ("maintainer-update")) (, (or (gnats::get-config "DEFAULT_CLASS") 0)) enum) ("Confidential" (("yes") ("no")) (, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 1)) enum) |
