1
Fork 0
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:
Noam Postavsky 2018-01-16 16:26:56 -05:00
parent 0c9b05003f
commit 76040d1eae
4 changed files with 59 additions and 2 deletions

View file

@ -0,0 +1 @@
;;; This file intentionally left blank.

View file

@ -0,0 +1 @@
;;; This file intentionally left blank.