changeset 31765:57964eceb2e2

(fancy-splash-text): Don't quote faces.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 20 Sep 2000 12:59:21 +0000
parents 54ae1def18cf
children 507f4226440c
files lisp/startup.el
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Wed Sep 20 11:46:48 2000 +0000
+++ b/lisp/startup.el	Wed Sep 20 12:59:21 2000 +0000
@@ -842,12 +842,12 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (defvar fancy-splash-text
-  '((:face 'variable-pitch
+  '((:face variable-pitch
 	   "The menu bar and scroll bar are sufficient \
 for basic editing with the mouse.\n\n"
-	   :face '(variable-pitch :weight bold)
+	   :face (variable-pitch :weight bold)
 	   "Useful Files menu items:\n"
-	   :face 'variable-pitch "\
+	   :face variable-pitch "\
 Exit Emacs		(or type Control-x followed by Control-c)
 Recover Session		recover files you were editing before a crash
 
@@ -857,15 +857,15 @@
   (:face 'variable-pitch
 	   "The menu bar and scroll bar are sufficient \
 for basic editing with the mouse.\n\n"
-	   :face '(variable-pitch :weight bold)
+	   :face (variable-pitch :weight bold)
 	   "Important Help menu items:\n"
-	   :face 'variable-pitch "\
+	   :face variable-pitch "\
 Emacs Tutorial		Learn-by-doing tutorial for using Emacs efficiently.
 Emacs FAQ		Frequently asked questions and answers
 \(Non)Warranty		GNU Emacs comes with "
-	   :face '(variable-pitch :slant oblique)
+	   :face (variable-pitch :slant oblique)
 	   "ABSOLUTELY NO WARRANTY\n"
-	   :face `variable-pitch
+	   :face variable-pitch
 	   "Copying Conditions	Conditions for redistributing and \
 changing Emacs\n"))
   "A list of texts to show in the middle part of splash screens.