projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96db57
)
Fix last change.
author
kaoru
<kaoru>
Sun, 15 Oct 2000 11:03:54 +0000
(11:03 +0000)
committer
kaoru
<kaoru>
Sun, 15 Oct 2000 11:03:54 +0000
(11:03 +0000)
wl/wl-version.el
patch
|
blob
|
history
diff --git
a/wl/wl-version.el
b/wl/wl-version.el
index
41478a0
..
425cd07
100644
(file)
--- a/
wl/wl-version.el
+++ b/
wl/wl-version.el
@@
-102,7
+102,8
@@
Insert User-Agent field instead of X-Mailer field."
(concat " " (apel-version)))
(file-error nil))
" " (wl-extended-emacs-version3 "/" t))
- (concat "User-Agent: " (product-string-verbose 'wl-version) " "
+ ;; Don't use product-string-verbose for short User-Agent field.
+ (concat "User-Agent: " (product-string-1 'wl-version t) " "
(wl-extended-emacs-version3 "/" t))))))
;; from gnus