projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a50939
)
Synch to No Gnus 200603150849.
author
yamaoka
<yamaoka>
Wed, 15 Mar 2006 09:03:19 +0000
(09:03 +0000)
committer
yamaoka
<yamaoka>
Wed, 15 Mar 2006 09:03:19 +0000
(09:03 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
1b02cf0
..
cc5a210
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-5350,7
+5350,7
@@
In posting styles use `(\"Expires\" (make-expires-date 30))'."
(concat
(if (or (memq system-type '(ms-dos emx vax-vms))
;; message-number-base36 doesn't handle bigints.
- (float (user-uid)))
+ (floatp (user-uid)))
(let ((user (downcase (user-login-name))))
(while (string-match "[^a-z0-9_]" user)
(aset user (match-beginning 0) ?_))