Mercurial > hg > xemacs-beta
diff lisp/mule/mule-msw-init-late.el @ 4103:b4f4e0cc90f1
[xemacs-hg @ 2007-08-07 23:08:47 by aidan]
Eliminate byte compiler warnings, give nicer errors in the absence of packages.
author | aidan |
---|---|
date | Tue, 07 Aug 2007 23:09:22 +0000 |
parents | 79c6ff3eef26 |
children | d402d7b18bd8 |
line wrap: on
line diff
--- a/lisp/mule/mule-msw-init-late.el Tue Aug 07 21:51:12 2007 +0000 +++ b/lisp/mule/mule-msw-init-late.el Tue Aug 07 23:09:22 2007 +0000 @@ -54,7 +54,7 @@ (while l (let ((charset (car (car l))) (registry (cdr (car l)))) - (mswindows-set-charset-registry charset registry) + (declare-fboundp (mswindows-set-charset-registry charset registry)) (setq l (cdr l))))) (let ((l '((ascii . 1252) @@ -81,5 +81,5 @@ (while l (let ((charset (car (car l))) (code-page (cdr (car l)))) - (mswindows-set-charset-code-page charset code-page) + (declare-fboundp (mswindows-set-charset-code-page charset code-page)) (setq l (cdr l)))))