1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

($(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.
This commit is contained in:
Eli Zaretskii 2005-10-20 12:08:25 +00:00
parent ea5b829c21
commit a5f271ab16
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-10-20 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(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.
2005-10-20 Romain Francoise <romain@orebokech.com>
* font-core.el (font-lock-mode): Doc fix.

View file

@ -306,6 +306,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
-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