From 245a769859ac23793984cb9aa0b087e6327cb224 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 21 Jun 2008 19:52:27 +0000 Subject: [PATCH] (fancy-about-text, fancy-startup-tail): Increase text size for legibility. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index c82a627e208..ec0619db3bb 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1251,7 +1251,7 @@ Each element in the list should be a list of strings or pairs "\n" (lambda () (emacs-version)) "\n" - :face (variable-pitch (:height 0.5)) + :face (variable-pitch (:height 0.8)) (lambda () emacs-copyright) "\n\n" :face variable-pitch @@ -1429,7 +1429,7 @@ a face or button specification." "\nThis is " (emacs-version) "\n" - :face '(variable-pitch (:height 0.5)) + :face '(variable-pitch (:height 0.8)) emacs-copyright "\n") (and auto-save-list-file-prefix -- 2.39.2