Files
emacs/lisp
Olivier Certner 944c470835 ERC: Fix ERC's IBuffer format "crash" on killed server buffer
* lisp/erc/erc-ibuffer.el (erc-server-name): Fix a crash when
displaying (or updating) an IBuffer buffer using ERC's first IBuffer
format.  This happens when one ERC buffer has its associated server
buffer killed, e.g., voluntarily or automatically after server
disconnection when `erc-kill-server-buffer-on-quit' is set to t.  The
culprit is the "Server" column, which returns nil in this case.
Display "(closed)" instead (bug#44156).
Copyright-paperwork-exempt: yes
2020-10-23 14:54:31 +02:00
..
2020-10-16 11:52:33 +02:00
2020-10-02 09:38:24 -07:00
2020-10-03 12:53:51 +02:00
2020-10-10 07:50:18 -07:00
2020-10-01 15:28:14 +02:00
2020-10-02 09:38:24 -07:00
2020-09-22 01:01:36 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-09 11:53:21 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-03 12:53:51 +02:00
2020-10-09 11:53:21 +02:00
2020-10-03 12:53:51 +02:00
2020-09-21 14:26:42 +02:00
2020-08-18 07:51:05 -07:00
2020-08-31 19:13:30 +02:00
2020-10-01 15:28:14 +02:00
2020-10-14 19:10:02 -04:00
2020-10-23 11:15:19 +02:00
2020-10-02 09:38:24 -07:00
2020-09-27 09:37:10 -07:00
2020-10-02 09:38:24 -07:00
2020-10-03 12:53:51 +02:00
2020-10-02 09:38:24 -07:00
2020-10-02 09:38:24 -07:00
2020-10-07 11:35:59 +03:00
2020-09-21 14:26:42 +02:00
2020-09-09 20:12:45 +01:00
2020-08-19 12:49:11 +02:00
2020-10-02 09:38:24 -07:00
2020-10-02 09:38:24 -07:00
2020-10-02 09:38:24 -07:00
2020-09-21 14:26:42 +02:00
2020-10-17 09:48:54 -07:00
2020-10-01 15:28:14 +02:00
2020-10-12 00:03:15 +02:00
2020-10-17 09:48:54 -07:00
2020-09-25 13:25:14 +02:00
2020-10-20 13:20:48 +02:00
2020-10-02 09:38:24 -07:00
2020-09-17 11:13:54 +02:00
2020-10-01 15:28:15 +02:00
2020-10-02 09:38:24 -07:00
2020-10-02 09:38:24 -07:00
2020-10-01 20:53:27 +02:00
2020-10-02 09:38:24 -07:00
2020-09-21 14:26:42 +02:00
2020-10-02 09:38:24 -07:00
2020-10-02 09:38:24 -07:00
2020-10-01 15:28:14 +02:00
2020-10-02 09:38:24 -07:00
2020-10-01 15:28:14 +02:00
2020-10-01 15:28:15 +02:00
2020-10-21 17:00:11 +02:00
2020-10-16 15:27:43 +02:00
2020-09-21 14:26:42 +02:00
2020-10-02 09:38:24 -07:00
2020-10-01 15:28:15 +02:00
2020-09-21 14:26:42 +02:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.