mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
Don't complain about duplicate leim-list files
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files.
This commit is contained in:
parent
61db307fee
commit
e935c6a287
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-01-29 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
|
||||
files.
|
||||
|
||||
2011-01-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* image-dired.el (image-dired-mouse-display-image): No-op if no
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue