From 91064207ee3ebb3a97a742c34cd97ea1f6b2ee19 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 9 Jul 2011 22:06:09 -0400 Subject: [PATCH] Fix last change. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index e2d7cf40c8..c6f3063ca9 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1350,7 +1350,7 @@ Each element in the list should be a list of strings or pairs `:face FACE', like `fancy-splash-insert' accepts them.") (defconst fancy-about-text - `((:face (:inherit (variable-pitch font-lock-comment-face)) + `((:face (variable-pitch font-lock-comment-face) "This is " :link ("GNU Emacs" ,(lambda (_button) (browse-url "http://www.gnu.org/software/emacs/")) -- GitLab