Mercurial > hg > xemacs-beta
view lisp/gtk-iso8859-1.el @ 912:e10cdc51a200
[xemacs-hg @ 2002-07-09 11:58:12 by michaels]
2002-07-08 Mike Sperber <mike@xemacs.org>
* text.h: Only include wchar.h if we have it; define wcslen
prototype if we don't.
* config.h.in: Add stub for HAVE_WCHAR_H.
* sysdep.c (wcslen): Added definition for systems which don't have
it.
author | michaels |
---|---|
date | Tue, 09 Jul 2002 11:58:12 +0000 |
parents | 0784d089fdc9 |
children | b4f4e0cc90f1 |
line wrap: on
line source
;; We can just cheat and use the same code that X does. (setq character-set-property 'x-iso8859/1) ; see x-iso8859-1.el (require 'x-iso8859-1) (provide 'gtk-iso8859-1)