This commit was manufactured by cvs2svn to create tag r21-2-19-utf-2000-0_4-3
authortomo <tomo>
Mon, 30 Aug 1999 15:55:26 +0000 (15:55 +0000)
committertomo <tomo>
Mon, 30 Aug 1999 15:55:26 +0000 (15:55 +0000)
'r21-2-19-utf-2000-0_4-3'.

etc/custom/example-themes/europe-theme.el [deleted file]
etc/custom/example-themes/ex-custom-file [deleted file]
etc/custom/example-themes/example-theme.el [deleted file]

diff --git a/etc/custom/example-themes/europe-theme.el b/etc/custom/example-themes/europe-theme.el
deleted file mode 100644 (file)
index 28ec23c..0000000
+++ /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 (file)
index 5db279a..0000000
+++ /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 (file)
index d35221b..0000000
+++ /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