* bug#14927: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p'
@ 2013-07-21 23:46 Drew Adams
2013-07-22 1:06 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2013-07-21 23:46 UTC (permalink / raw)
To: 14927
I believe that all of the occurrences can be changed.
In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
of 2013-07-14 on ODIEONE
Bzr revision: 113423 lekktu@gmail.com-20130715004922-i67tg2ois14h3fpm
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
CFLAGS='-O0 -g3' CPPFLAGS='-Ic:/Devel/emacs/include'
LDFLAGS='-Lc:/Devel/emacs/lib''
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#14927: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p'
2013-07-21 23:46 bug#14927: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p' Drew Adams
@ 2013-07-22 1:06 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2013-07-22 1:06 UTC (permalink / raw)
To: Drew Adams; +Cc: 14927-done
> I believe that all of the occurrences can be changed.
There are two instances that I haven't changed because they aren't
really used as predicates, but to find the starting position for a
match (though the match data isn't used).
Also most looking-at instances could be changed to looking-at-p, which
I've done too.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-22 1:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-21 23:46 bug#14927: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p' Drew Adams
2013-07-22 1:06 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.