changeset 84364:fc314cf5c103

(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Sep 2007 04:38:32 +0000
parents 16637a9e1c26
children 189c145c251c
files lisp/erc/erc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/erc.el	Fri Sep 07 04:38:06 2007 +0000
+++ b/lisp/erc/erc.el	Fri Sep 07 04:38:32 2007 +0000
@@ -2228,7 +2228,7 @@
   (interactive "P")
   (let* ((buf (get-buffer-create "*erc-protocol*")))
     (with-current-buffer buf
-      (erc-view-mode-enter 1)
+      (erc-view-mode-enter)
       (when (null (current-local-map))
 	(let ((inhibit-read-only t))
 	  (insert (erc-make-notice "This buffer displays all IRC protocol traffic exchanged with each server.\n"))