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:
parent
7262075dc6
commit
645e533aee
@ -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.
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user