* riece-log.el (riece-log-get-directory): Follow the name change
authorOHASHI Akira <bg66@koka-in.org>
Thu, 13 May 2004 02:01:26 +0000 (02:01 +0000)
committerOHASHI Akira <bg66@koka-in.org>
Thu, 13 May 2004 02:01:26 +0000 (02:01 +0000)
of riece-channel-regexp.

lisp/ChangeLog
lisp/riece-log.el

index e7b0cb0..6d66dc5 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-13  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece-log.el (riece-log-get-directory): Follow the name change
+       of riece-channel-regexp.
+
 2004-05-12  Daiki Ueno  <ueno@unixuser.org>
 
        * riece-globals.el (riece-strict-channel-regexp): Renamed from
index 4ccbc71..dd997e6 100644 (file)
@@ -94,7 +94,7 @@ If integer, flash back only this line numbers. t means all lines."
        (map (assoc (riece-format-identity identity) riece-log-directory-map))
        name)
     (cond (map (setq name (cdr map)))
-         ((string-match riece-channel-regexp channel)
+         ((string-match riece-strict-channel-regexp channel)
           (let ((suffix (match-string 2 channel)))
             (setq name (substring channel (match-end 1) (match-beginning 2)))
             (when (and (stringp suffix)