]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/shadow.el
Fixes: debbugs:6594
[gnu-emacs] / lisp / emacs-lisp / shadow.el
index f5fe68e8e4da7752918b07f0de539b2e535eee6c..61daa21fcfa16d3ecbff7f2fd7afa58cdd4349c3 100644 (file)
@@ -116,7 +116,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.