diff options
Diffstat (limited to 'gnu/usr.bin/send-pr/send-pr-el.in')
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr-el.in | 4 |
1 files changed, 3 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 649dfd5..280bff5 100644 --- a/gnu/usr.bin/send-pr/send-pr-el.in +++ b/gnu/usr.bin/send-pr/send-pr-el.in @@ -39,6 +39,8 @@ ;;;; Install this file in your EMACS library directory. ;;;; ;;;;--------------------------------------------------------------------------- +;;;; +;;;; $FreeBSD$ (provide 'send-pr) @@ -127,7 +129,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") ("wish")) (, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 0)) enum) ("Confidential" (("yes") ("no")) (, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 1)) enum) |