1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.

This commit is contained in:
Glenn Morris 2007-09-07 04:38:47 +00:00
parent 7262075dc6
commit 645e533aee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-09-07 Glenn Morris <rgm@gnu.org>
* erc.el (erc-toggle-debug-irc-protocol): Fix call to
erc-view-mode-enter.
2007-08-08 Glenn Morris <rgm@gnu.org>
* erc-log.el, erc.el: Replace `iff' in doc-strings and comments.

View File

@ -2228,7 +2228,7 @@ If ARG is non-nil, show the *erc-protocol* buffer."
(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"))