Mercurial > emacs
changeset 66214:c78b180825b5
($(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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 20 Oct 2005 12:07:22 +0000 |
parents | 32398ccbc506 |
children | b081296eff5d |
files | lisp/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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