Mercurial > hg > xemacs-beta
view lisp/gtk-iso8859-1.el @ 2710:54fd042e254c
[xemacs-hg @ 2005-04-03 23:57:36 by youngs]
2005-04-04 Steve Youngs <steve@sxemacs.org>
* files.el (backup-buffer): Write "%backup%~" in
`auto-save-directory' and fall back to $HOME if for some reason
that isn't possible.
Suggested By: Jamie Zawinski <jwz@jwz.org>
author | youngs |
---|---|
date | Sun, 03 Apr 2005 23:57:37 +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)