Mercurial > hg > xemacs-beta
view lisp/gtk-iso8859-1.el @ 718:29e4e3036b4e
[xemacs-hg @ 2001-12-28 01:38:41 by youngs]
2001-12-27 David A. Panariti <davep@who.net>
* hyper-apropos.el (hyper-apropos-find-variable):
Added this function based on hyper-apropos-find-function.
* hyper-apropos.el (hyper-apropos-help-map):
Added binding of "v" to hyper-apropos-find-variable.
2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
* obsolete.el (interactive-form): new compatibility alias for
function-interactive.
author | youngs |
---|---|
date | Fri, 28 Dec 2001 01:38:42 +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)