# HG changeset patch # User Eli Zaretskii # Date 1129810042 0 # Node ID c78b180825b58c50a7adf2ac0b584731721ee815 # Parent 32398ccbc5060facf876a935dc6661a10fc22dec ($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warnings to t, to avoid warnings due to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el. diff -r 32398ccbc506 -r c78b180825b5 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Thu Oct 20 05:48:50 2005 +0000 +++ b/lisp/makefile.w32-in Thu Oct 20 12:07:22 2005 +0000 @@ -306,6 +306,7 @@ -l autoload \ --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \ + --eval "(setq find-file-suppress-same-file-warnings t)" \ --eval "(setq make-backup-files nil)" \ -f batch-update-autoloads $(lisp)/mh-e