Fix keymap in irc-buffers segment.

This commit is contained in:
Vincent Zhang 2019-11-17 00:52:58 +08:00
parent e458d77ef0
commit bf62ed24f3

View file

@ -2128,7 +2128,7 @@ to be an icon and we don't want to remove that so we just return the original."
'local-map (make-mode-line-mouse-map 'mouse-1
(lambda ()
(interactive)
(when (buffer-live-p b)
(when (buffer-live-p (get-buffer b))
(switch-to-buffer b))))))
buffers
;; `space-width' only affects the width of the spaces here, so we can tighten