Function: rcirc-view-log-file

rcirc-view-log-file is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-view-log-file)

Documentation

View logfile corresponding to the current buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-view-log-file ()
  "View logfile corresponding to the current buffer."
  (interactive)
  (find-file-other-window
   (expand-file-name (funcall rcirc-log-filename-function
                              (rcirc-buffer-process) rcirc-target)
                     rcirc-log-directory)))