comparison etc/custom/example-themes/example-theme.el @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 1de041b8edf7
children ba07c880114a
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
1 ;;; example-theme.el --- An example customize theme
2
3 ;; Copyright (C) 1999 Free Software Foundation, Inc.
4
5 ;; Author: Jan Vroonhof <jan@xemacs.org>
6
7 ;; This file is part of XEmacs.
8
9 ;; XEmacs is free software; you can redistribute it and/or modify it
10 ;; under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; any later version.
13
14 ;; XEmacs is distributed in the hope that it will be useful, but
15 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 ;; General Public License for more details.
18
19 ;; You should have received a copy of the GNU General Public License
20 ;; along with XEmacs; see the file COPYING. If not, write to the Free
21 ;; Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22 ;; MA 02111-1301, USA.
23
1 ;;;autoload 24 ;;;autoload
2 (deftheme example 25 (deftheme example
3 "A sample theme for customize theme support." 26 "A sample theme for customize theme support."
4 :variable-set-string "This variable has been made an example.") 27 :variable-set-string "This variable has been made an example.")
5 28