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:
a86bce3
)
Fixed.
author
ueno
<ueno>
Sat, 5 Mar 2005 02:31:08 +0000
(
02:31
+0000)
committer
ueno
<ueno>
Sat, 5 Mar 2005 02:31:08 +0000
(
02:31
+0000)
lisp/riece-log.el
patch
|
blob
|
history
diff --git
a/lisp/riece-log.el
b/lisp/riece-log.el
index
00b2f65
..
a905e73
100644
(file)
--- a/
lisp/riece-log.el
+++ b/
lisp/riece-log.el
@@
-255,9
+255,9
@@
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-%s-%d"
- (user-uid)
+ (expand-file-name (format "!%s-%d-%d"
(riece-log-encode-file-name (system-name))
+ (user-uid)
(emacs-pid))
riece-log-directory))
;; FIXME: Use `riece-after-insert-functions' for trapping change,