aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-03-26 10:58:30 +0100
committerMattias EngdegÄrd2020-03-28 14:36:32 +0100
commitdfeb87d8e54ee5f2ce3e16d34a812131bb2f6e4d (patch)
tree6a475f8207baeabed0768ab3cb9619ff7ef55b60 /etc
parente6c6486ee0b4e50c61c062f475bbe473cfd397f9 (diff)
downloademacs-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/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 49b7fcd8c21..870d39f7eef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
221The user option 'compilation-error-case-fold-search' can be set 221The variable 'compilation-error-case-fold-search' can be set for
222for case-insensitive matching of messages. 222case-insensitive matching of messages when the old behaviour is
223required, but the recommended solution is to use a correctly matching
224regexp instead.
223 225
224 226
225* New Modes and Packages in Emacs 28.1 227* New Modes and Packages in Emacs 28.1