From: tomo Date: Mon, 30 Aug 1999 15:55:26 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag X-Git-Tag: r21-2-19-utf-2000-0_4-3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1d8677340c627fd7e77165034ec1a11929ffabe;p=chise%2Fxemacs-chise.git.1 This commit was manufactured by cvs2svn to create tag 'r21-2-19-utf-2000-0_4-3'. --- diff --git a/etc/custom/example-themes/europe-theme.el b/etc/custom/example-themes/europe-theme.el deleted file mode 100644 index 28ec23c..0000000 --- a/etc/custom/example-themes/europe-theme.el +++ /dev/null @@ -1,13 +0,0 @@ -;;;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) diff --git a/etc/custom/example-themes/ex-custom-file b/etc/custom/example-themes/ex-custom-file deleted file mode 100644 index 5db279a..0000000 --- a/etc/custom/example-themes/ex-custom-file +++ /dev/null @@ -1,21 +0,0 @@ -;; Sample User custom-file. All forms below are autogenerated. - - - - - - - - - -(custom-load-themes - 'example ) -(custom-reset-variables - '(sentence-end-double-space standard)) -(custom-set-variables - '(package-get-remove-copy t) - '(package-get-dir "/scratch/incoming") - '(sgml-public-map (quote ("%S" "/scratch/xemacs/xemacs-20/xemacs-packages/etc/psgml/%o/%c/%d" "/usr/lib/sgml/%o/%c/%d"))) - '(paren-mode (quote paren) nil (paren))) -(custom-set-faces - '(default ((t (:background "oldlace"))) t)) diff --git a/etc/custom/example-themes/example-theme.el b/etc/custom/example-themes/example-theme.el deleted file mode 100644 index d35221b..0000000 --- a/etc/custom/example-themes/example-theme.el +++ /dev/null @@ -1,15 +0,0 @@ -;;;autoload -(deftheme example - "A sample theme for customize theme support." - :variable-set-string "This variable has been made an example.") - -(custom-theme-load-themes 'example - 'europe) - -(custom-theme-set-variables 'example - '(iswitchb-prompt-newbuffer nil)) - -(provide-theme 'example) - - - \ No newline at end of file