projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8695d69
)
Fixed.
author
ueno
<ueno>
Sat, 5 Mar 2005 02:30:13 +0000
(
02:30
+0000)
committer
ueno
<ueno>
Sat, 5 Mar 2005 02:30:13 +0000
(
02:30
+0000)
lisp/riece-log.el
patch
|
blob
|
history
diff --git
a/lisp/riece-log.el
b/lisp/riece-log.el
index
eae4ffa
..
00b2f65
100644
(file)
--- a/
lisp/riece-log.el
+++ b/
lisp/riece-log.el
@@
-255,7
+255,7
@@
If LINES is t, insert today's logs entirely."
(defun riece-log-insinuate ()
(make-directory riece-log-directory t)
(setq riece-log-lock-file
- (expand-file-name (format "!%d-%d-%d"
+ (expand-file-name (format "!%d-%s-%d"
(user-uid)
(riece-log-encode-file-name (system-name))
(emacs-pid))