diff options
| author | Glenn Morris | 2012-08-01 23:19:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 23:19:48 -0700 |
| commit | 837b365b2ad2363c59f9c1fd78beab92a5eada02 (patch) | |
| tree | 69cabb64cbed6479ebc6ec6f14fb9063a7f09b9b /lisp | |
| parent | 2a194dcceb0406ba83d355b881a7d5f5b7ed7323 (diff) | |
| download | emacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.tar.gz emacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.zip | |
Move NT-specific include file to the NT include directory
* nt/inc/ms-w32.h: Move here from ../src/s.
* nt/config.nt (config_opsysfile): Change to <ms-w32.h>.
* s/ms-w32.h: Move to ../nt/inc.
* src/makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
Update for new ms-w32.h location.
* lib-src/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
* lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
* lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 075c6c7a389..ec93d25a991 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h. | ||
| 4 | |||
| 1 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Obsolete alias inactivate-current-input-method-function (Bug#10150). | 7 | Obsolete alias inactivate-current-input-method-function (Bug#10150). |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 20cc38cd9c2..6c70642ba83 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -578,6 +578,7 @@ in the repository.") | |||
| 578 | ("w32console.c" . "w32term.c") | 578 | ("w32console.c" . "w32term.c") |
| 579 | ("unexnt.c" . "unexw32.c") | 579 | ("unexnt.c" . "unexw32.c") |
| 580 | ("s/windowsnt.h" . "s/ms-w32.h") | 580 | ("s/windowsnt.h" . "s/ms-w32.h") |
| 581 | ("s/ms-w32.h" . "inc/ms-w32.h") | ||
| 581 | ("winnt.el" . "w32-fns.el") | 582 | ("winnt.el" . "w32-fns.el") |
| 582 | ("config.emacs" . "configure") | 583 | ("config.emacs" . "configure") |
| 583 | ("configure.in" . "configure.ac") | 584 | ("configure.in" . "configure.ac") |