Mercurial > hg > xemacs-beta
view etc/custom/example-themes/europe-theme.el @ 4737:dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
already approved the release of his works under a GPL version 2 or later
license, and I originally intended my work to be released under such a
license. See xemacs-patches message with ID
<870180fe0911091206k52ef683dme3c81d3d4eb825bf@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 09 Nov 2009 13:07:56 -0700 |
parents | 74fd4e045ea6 |
children | 1de041b8edf7 |
line wrap: on
line source
;;;autoload (deftheme europe "Settings for European users." :set-variable-settings "This variable has a value appropriate for European users." :set-variable-settings "This has been forceed to the value appropriate for European users.") (custom-theme-set-variables 'europe '(sentence-end-double-space nil) '(ps-paper-type (quote a4))) (provide-theme 'europe)