From e935c6a287abf3dc87e2bc79d9019460a689d4aa Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 29 Jan 2011 10:44:40 +0100 Subject: Don't complain about duplicate leim-list files * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/shadow.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d71c51f5bd..ee4eae0e41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-01-29 Andreas Schwab + + * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list + files. + 2011-01-28 Chong Yidong * image-dired.el (image-dired-mouse-display-image): No-op if no diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index f5fe68e8e4..61daa21fcf 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el @@ -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. -- cgit v1.2.3