unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* dired-garbage-files-regexp: use regexp-opt?
@ 2003-01-07 10:24 Kai Großjohann
  0 siblings, 0 replies; only message in thread
From: Kai Großjohann @ 2003-01-07 10:24 UTC (permalink / raw)


The current value of dired-garbage-files-regexp uses things like
\\.xx$ for matching *.xx files.  I suggest to use \\.xx\\' instead,
for consistency with other places in Emacs.

OK to fix?

The current value of dired-garbage-files-regexp uses a\\|b\\|c to
match various alternatives.  I suggest to use regexp-opt for that.
It makes the code easier to read.

OK to fix?
-- 
Ambibibentists unite!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-07 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-07 10:24 dired-garbage-files-regexp: use regexp-opt? Kai Großjohann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).