summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2017-05-24 10:54:48 +0900
committerTino Calancha <tino.calancha@gmail.com>2017-05-24 10:54:48 +0900
commit61ef5c612d05d62b2190870ea7289251c3e092c6 (patch)
tree77dc5c9769bd88394bf1a47eac7d1bca5f5e5b13 /lisp/emacs-lisp/lisp-mode.el
parent2389ba2ebec4123453796dc5ebbb6452a17ddd92 (diff)
downloademacs-61ef5c612d05d62b2190870ea7289251c3e092c6.tar.gz
emacs-61ef5c612d05d62b2190870ea7289251c3e092c6.tar.bz2
emacs-61ef5c612d05d62b2190870ea7289251c3e092c6.zip
Fix concatenation of "^" with diff-file-junk-re
This regexp contains "\\|", thus a concatenation of "^" with it just matches the beginning of line for the first alternative in diff-file-junk-re. * lisp/vc/ediff-ptch.el (ediff-map-patch-buffer): Concat "^" with diff-file-junk-re wrapped in a shy group.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions