diff options
| author | Lars Ingebrigtsen | 2016-02-04 17:51:53 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-04 17:51:53 +1100 |
| commit | b99141da55d130cdf6d50b9247a6c10d925a7238 (patch) | |
| tree | b6394db67bd35e5aa6b1656239103313f9bf1381 /etc | |
| parent | 66c462005cc873d8e9dee684d525daa036d4f757 (diff) | |
| download | emacs-b99141da55d130cdf6d50b9247a6c10d925a7238.tar.gz emacs-b99141da55d130cdf6d50b9247a6c10d925a7238.zip | |
Make erc completion case-insensitive again
* lisp/erc/erc.el (erc-completion-at-point): Make erc completion
case-insensitive again (bug#11360).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -428,6 +428,10 @@ specified message types for the respective specified targets. | |||
| 428 | --- | 428 | --- |
| 429 | *** Reconnection is now asynchronous. | 429 | *** Reconnection is now asynchronous. |
| 430 | 430 | ||
| 431 | --- | ||
| 432 | *** Nick completion is now case-insentive again after inadvertently | ||
| 433 | being made case-sensitive in Emacs 24.2. | ||
| 434 | |||
| 431 | ** Midnight-mode | 435 | ** Midnight-mode |
| 432 | 436 | ||
| 433 | --- | 437 | --- |