mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Handle case-insensitive filenames for load-path shadows (Bug#5845)
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Check for shadowing with case-insensitive matching for files of case-insensitive directories (as determined by `file-name-case-insensitive-p'). * test/lisp/emacs-lisp/shadow-tests.el: New test. * test/lisp/emacs-lisp/shadow-resources/p1/foo.el: * test/lisp/emacs-lisp/shadow-resources/p2/FOO.el: New test files.
This commit is contained in:
parent
0c9b05003f
commit
76040d1eae
4 changed files with 59 additions and 2 deletions
1
test/lisp/emacs-lisp/shadow-resources/p1/foo.el
Normal file
1
test/lisp/emacs-lisp/shadow-resources/p1/foo.el
Normal file
|
|
@ -0,0 +1 @@
|
|||
;;; This file intentionally left blank.
|
||||
1
test/lisp/emacs-lisp/shadow-resources/p2/FOO.el
Normal file
1
test/lisp/emacs-lisp/shadow-resources/p2/FOO.el
Normal file
|
|
@ -0,0 +1 @@
|
|||
;;; This file intentionally left blank.
|
||||
Loading…
Add table
Add a link
Reference in a new issue