emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dired-garbage-files-regexp: use regexp-opt?


From: Kai Großjohann
Subject: dired-garbage-files-regexp: use regexp-opt?
Date: Tue, 07 Jan 2003 11:24:05 +0100
User-agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.3.50 (i686-pc-linux-gnu)

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!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]