mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Merge from emacs-23
This commit is contained in:
commit
7c82f3e23e
9 changed files with 79 additions and 43 deletions
|
|
@ -1798,7 +1798,9 @@ Replace with \"%s\"? " original replace)
|
|||
(let ((found nil) (start (point)) (msg nil) (ms nil))
|
||||
(while (and (not msg)
|
||||
(re-search-forward
|
||||
"[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^]']"
|
||||
;; Ignore manual page refereces like
|
||||
;; git-config(1).
|
||||
"[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']"
|
||||
e t))
|
||||
(setq ms (match-string 1))
|
||||
;; A . is a \s_ char, so we must remove periods from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue