diff options
| author | Mattias EngdegÄrd | 2020-03-26 10:58:30 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2020-03-28 14:36:32 +0100 |
| commit | dfeb87d8e54ee5f2ce3e16d34a812131bb2f6e4d (patch) | |
| tree | 6a475f8207baeabed0768ab3cb9619ff7ef55b60 /etc | |
| parent | e6c6486ee0b4e50c61c062f475bbe473cfd397f9 (diff) | |
| download | emacs-dfeb87d8e54ee5f2ce3e16d34a812131bb2f6e4d.tar.gz emacs-dfeb87d8e54ee5f2ce3e16d34a812131bb2f6e4d.zip | |
Turn compilation-error-case-fold-search into a defvar
See bug#40119, and the discussion at
https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00653.html
* lisp/progmodes/compile.el (compilation-error-case-fold-search):
Turn into a defvar.
* etc/NEWS: Update.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -218,8 +218,10 @@ Defaults to 'libravatar', with 'unicornify' and 'gravatar' as options. | |||
| 218 | ** Compilation mode | 218 | ** Compilation mode |
| 219 | 219 | ||
| 220 | *** Regexp matching of messages is now case-sensitive by default. | 220 | *** Regexp matching of messages is now case-sensitive by default. |
| 221 | The user option 'compilation-error-case-fold-search' can be set | 221 | The variable 'compilation-error-case-fold-search' can be set for |
| 222 | for case-insensitive matching of messages. | 222 | case-insensitive matching of messages when the old behaviour is |
| 223 | required, but the recommended solution is to use a correctly matching | ||
| 224 | regexp instead. | ||
| 223 | 225 | ||
| 224 | 226 | ||
| 225 | * New Modes and Packages in Emacs 28.1 | 227 | * New Modes and Packages in Emacs 28.1 |