diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-10-14 23:08:39 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-10-14 23:08:39 +0000 |
commit | 51da08c564eb83a7cd78aeb383d53635bd175a0f (patch) | |
tree | e4256508b808cc951fe3a357c57f1efcaa2d0368 /lisp | |
parent | 1c3461d8267dc44aadd35fc495d23262ddb96d36 (diff) | |
download | emacs-51da08c564eb83a7cd78aeb383d53635bd175a0f.tar.gz |
Don't require code-pages.
Diffstat (limited to 'lisp')
-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 @@ +2007-10-14 Jason Rumney <jasonr@gnu.org> + + * loadup.el [windows-nt]: Don't load code-pages and ccl. + * term/w32-win.el: Don't require code-pages. + 2007-10-13 Glenn Morris <rgm@gnu.org> * 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 @@ (require 'select) (require 'menu-bar) (require 'dnd) -(require 'code-pages) ;; Keep an obsolete alias for w32-focus-frame in case it is used by code ;; outside Emacs. |