X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgtk-iso8859-1.el;fp=lisp%2Fgtk-iso8859-1.el;h=4e3190b7909ff8cee37329eb09f76b4b8772475f;hb=8dd5c14289d68929b069fa5078f10ea3905f6fa5;hp=0000000000000000000000000000000000000000;hpb=f82a8b0d39ee6a8fc9a5373f29b4761184dcc399;p=chise%2Fxemacs-chise.git diff --git a/lisp/gtk-iso8859-1.el b/lisp/gtk-iso8859-1.el new file mode 100644 index 0000000..4e3190b --- /dev/null +++ b/lisp/gtk-iso8859-1.el @@ -0,0 +1,5 @@ +;; 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)