summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-03-18 16:01:02 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-03-25 21:41:49 +0100
commitd08c9472e821615da06f92756e49c271be8da7f1 (patch)
treecbfb74ec17bf4a25f5d57a85d780ac0d46e049c5 /lisp/emacs-lisp
parent1060a6401b8ee9aaa4b2056025402e7fa1ad1643 (diff)
downloademacs-d08c9472e821615da06f92756e49c271be8da7f1.tar.gz
emacs-d08c9472e821615da06f92756e49c271be8da7f1.tar.bz2
emacs-d08c9472e821615da06f92756e49c271be8da7f1.zip
Make compilation-mode regexp matching case-sensitive (bug#40119)
The number of regexps is large, they are written independently of one another, and they frequently intersect. Using case-sensitive matching improves separation and performance, and is probably what everyone have being assuming was used by compilation-mode all along. * lisp/progmodes/compile.el (compilation-error-case-fold-search): New. (compilation-parse-errors): Bind case-fold-search to compilation-error-case-fold-search during matching. * etc/NEWS: Announce.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions