]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 10 Jul 2011 02:06:09 +0000 (22:06 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 10 Jul 2011 02:06:09 +0000 (22:06 -0400)
lisp/startup.el

index e2d7cf40c8949b6d492890c283e7309a37552806..c6f3063ca900f31825c433fd24de5e7df7184c71 100644 (file)
@@ -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/"))