diff options
| author | Jason Rumney | 2007-10-14 23:08:39 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-14 23:08:39 +0000 |
| commit | 51da08c564eb83a7cd78aeb383d53635bd175a0f (patch) | |
| tree | e4256508b808cc951fe3a357c57f1efcaa2d0368 | |
| parent | 1c3461d8267dc44aadd35fc495d23262ddb96d36 (diff) | |
| download | emacs-51da08c564eb83a7cd78aeb383d53635bd175a0f.tar.gz emacs-51da08c564eb83a7cd78aeb383d53635bd175a0f.zip | |
Don't require code-pages.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/term/w32-win.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fe5e2994cf..04f5d7b37e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-10-14 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * loadup.el [windows-nt]: Don't load code-pages and ccl. | ||
| 4 | * term/w32-win.el: Don't require code-pages. | ||
| 5 | |||
| 1 | 2007-10-13 Glenn Morris <rgm@gnu.org> | 6 | 2007-10-13 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * woman.el (woman0-rename): Fix paren typo. | 8 | * woman.el (woman0-rename): Fix paren typo. |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 1196623eee2..34fdac08713 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -78,7 +78,6 @@ | |||
| 78 | (require 'select) | 78 | (require 'select) |
| 79 | (require 'menu-bar) | 79 | (require 'menu-bar) |
| 80 | (require 'dnd) | 80 | (require 'dnd) |
| 81 | (require 'code-pages) | ||
| 82 | 81 | ||
| 83 | ;; Keep an obsolete alias for w32-focus-frame in case it is used by code | 82 | ;; Keep an obsolete alias for w32-focus-frame in case it is used by code |
| 84 | ;; outside Emacs. | 83 | ;; outside Emacs. |