diff options
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r-- | lisp/erc/erc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 20f22c896fe..f128387bcf6 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -2749,8 +2749,7 @@ current session. `active' means the current active buffer buffer is used. `erc-display-line-1' is used to display STRING. If STRING is nil, the function does nothing." - (let ((inhibit-point-motion-hooks t) - new-bufs) + (let (new-bufs) (dolist (buf (cond ((bufferp buffer) (list buffer)) ((listp buffer) buffer) |