diff options
| author | Eli Zaretskii | 2005-10-20 12:08:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-10-20 12:08:25 +0000 |
| commit | a5f271ab16e9cc0a1634cf36e6393172074e59c8 (patch) | |
| tree | e475168a4c146a0814b70eedecbc32804c192ad8 /lisp | |
| parent | ea5b829c21c096a8c8f957f470ee44ae48e4e8a6 (diff) | |
| download | emacs-a5f271ab16e9cc0a1634cf36e6393172074e59c8.tar.gz emacs-a5f271ab16e9cc0a1634cf36e6393172074e59c8.zip | |
($(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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7d10e75ea7..69451ef3c53 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind | ||
| 4 | find-file-suppress-same-file-warnings to t, to avoid warnings due | ||
| 5 | to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el. | ||
| 6 | |||
| 1 | 2005-10-20 Romain Francoise <romain@orebokech.com> | 7 | 2005-10-20 Romain Francoise <romain@orebokech.com> |
| 2 | 8 | ||
| 3 | * font-core.el (font-lock-mode): Doc fix. | 9 | * font-core.el (font-lock-mode): Doc fix. |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index d909c909b10..059351cf4be 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -306,6 +306,7 @@ $(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) | |||
| 306 | -l autoload \ | 306 | -l autoload \ |
| 307 | --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ | 307 | --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ |
| 308 | --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \ | 308 | --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \ |
| 309 | --eval "(setq find-file-suppress-same-file-warnings t)" \ | ||
| 309 | --eval "(setq make-backup-files nil)" \ | 310 | --eval "(setq make-backup-files nil)" \ |
| 310 | -f batch-update-autoloads $(lisp)/mh-e | 311 | -f batch-update-autoloads $(lisp)/mh-e |
| 311 | 312 | ||