]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/shadow.el
Merge changes from emacs-23 branch
[gnu-emacs] / lisp / emacs-lisp / shadow.el
index c5bad3bd40f95c112c9595e68997a41f51154cd8..d5bba20b1cd0fa48d7f7e53d7848988ab5ac61fa 100644 (file)
@@ -115,7 +115,7 @@ See the documentation for `list-load-path-shadows' for further information."
          ;; FILE now contains the current file name, with no suffix.
          (unless (or (member file files-seen-this-dir)
                      ;; Ignore these files.
-                     (member file '("subdirs")))
+                     (member file '("subdirs" "leim-list")))
            ;; File has not been seen yet in this directory.
            ;; This test prevents us declaring that XXX.el shadows
            ;; XXX.elc (or vice-versa) when they are in the same directory.