bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#7516: [PATCH] lisp/startup.el (normal-top-level-add-subdirs-to-load-


From: jari
Subject: bug#7516: [PATCH] lisp/startup.el (normal-top-level-add-subdirs-to-load-path) Exclude more VCS dirs
Date: Thu, 2 Dec 2010 14:38:38 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On 2010-11-29 17:34, Glenn Morris wrote:
| Stefan Monnier wrote:
| 
| > Wouldn't it make more sense to skip anything that starts with a dot?
| 
| The very next line does:
| 
| (string-match "\\`[[:alnum:]]" file)

Wouldn't the first two tests be redundant then in previous line:

      (unless (member file '("." ".." "RCS" "CVS" "rcs" "cvs"))
                             ========
Jari





reply via email to

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