Merge changes from emacs-23 branch
This commit is contained in:
commit
14beddf471
26 changed files with 414 additions and 231 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue